26 Apr, 2011
1 commit
-
Done via perl script:
$ cat remove_semi_if.pl
my $match_balanced_parentheses = qr/(\((?:[^\(\)]++|(?-1))*\))/;
my $match_balanced_braces = qr/(\{(?:[^\{\}]++|(?-1))*\})/;foreach my $file (@ARGV) {
my $f;
my $text;
my $oldtext;next if ((-d $file));
open($f, '
Signed-off-by: Greg Kroah-Hartman
10 Nov, 2010
1 commit
-
removed spaces at the start of a lines.
Signed-off-by: Felipe Andres Besoain Pino
Signed-off-by: Greg Kroah-Hartman
01 Sep, 2010
4 commits
-
Removed custom macro used to test bits.
Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman -
Removed some unused definitions of Ethernet packet types, also replaced
two of them with in-kernel counterparts from include/linux/if_ether.hSigned-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman -
Removed comments about who changed/added lines, they do not seem useful.
Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman -
Cleared checkpatch ERROR: spaces required around that '||'
Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman
03 Aug, 2010
2 commits
-
Replaced NTSTATUS with int, as defined in a couple of places.
Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman -
Remove PUINT from ttype.h
Signed-off-by: Roel Van Nyen
Signed-off-by: Greg Kroah-Hartman
23 Jul, 2010
2 commits
-
Removed custom macro with one from include/linux/if_ether.h.
FCS is an Ethernet field that holds the CRC value.Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman -
Removed an always defined macro, perhaps used to patch the driver
Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman
25 Jun, 2010
1 commit
-
Code cleanup, removed custom macro to compare Ethernet addresses.
Some checkpatch warnings on indentation were not resolved.The return value of compare_ether_addr was reversed, something to consider.
Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman
24 Jun, 2010
1 commit
-
Replaced and removed the custom definition.
Minor checkpatch warnings on long lines and indentation were not cleared.Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman
19 Jun, 2010
1 commit
-
Resolved checkpatch findings, but some long lines warnings.
ERROR: space required before the open parenthesis '('
ERROR: spaces required around thatSigned-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman
19 May, 2010
2 commits
-
Cleared all checkpatch warnings but 'do not add new typedefs' ones.
Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman -
Cleared all checkpatch warnings but one 'do not add new typedefs'
Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman
12 May, 2010
5 commits
-
Checkpatch warnings about using externs in .c files were not resolved,
neither some long lines on deeply nested code.Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman -
Remoted empty OUT define in ttype.h and its usage across the code.
Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman -
Warnings about the usage of externs in .c files were not resolved here.
Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman -
Code cleanup, removed empty IN definition used to denote input parameters.
Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman -
Replaced custom U_ETHER_ADDR_LEN by ETH_ALEN from .
Resolved checkpatch findings on the changed lines, mostly indentation.Signed-off-by: Andres More
Signed-off-by: Greg Kroah-Hartman
16 Sep, 2009
7 commits
-
Remove use of tbit macros and remove the header file.
Signed-off-by: Jim Lieb
Signed-off-by: Greg Kroah-Hartman -
Remove references to umem.h macros and refer directly to memcpy
functions. Delete the include file.Signed-off-by: Jim Lieb
Signed-off-by: Greg Kroah-Hartman -
Remove cplusplus lines from include files
Remove needless ifdefs on includes to conform with C
conventions. Remove misc commented code/includes
Update TODOSigned-off-by: Jim Lieb
Signed-off-by: Greg Kroah-Hartman -
Clean up unused typedefs and macros to remove Win32'isms and
misc non-linux constructs. Text edits to referencing
source for less frequently used macros.Signed-off-by: Jim Lieb
Signed-off-by: Greg Kroah-Hartman -
Fix compile problems with 64bit. These issues could cause corrupted
address crashes. Cleanup definition use to use more portable kernel
typedefs etc.Signed-off-by: Jim Lieb
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Alexander Beregalov
Acked-by: Bartlomiej Zolnierkiewicz
Signed-off-by: Greg Kroah-Hartman -
Add pristine upstream vt6656 driver sources to drivers/staging/vt6656. These
files were copied from the driver directory in the upstream source archive,
available here:http://www.viaarena.com/Driver/VT6656_Linux_src_v1.19_12_x86.zip
After copying, trailing whitespace was stripped. This is GPL-licensed code.
Signed-off-by: Forest Bond
Signed-off-by: Greg Kroah-Hartman