26 Mar, 2013
5 commits
-
Remove a bunch of useless vertical whitespace.
Convert 3 or more consecutive newlines to 2.
Remove blank lines after open brace and before close brace.Signed-off-by: Joe Perches
Signed-off-by: Greg Kroah-Hartman -
Commented out code is just noise. Remove them.
Signed-off-by: Joe Perches
Signed-off-by: Greg Kroah-Hartman -
Returns aren't functions, remove the parentheses to be
more kernel style like.Signed-off-by: Joe Perches
Signed-off-by: Greg Kroah-Hartman -
Move braces around to be more kernel like.
Signed-off-by: Joe Perches
Signed-off-by: Greg Kroah-Hartman -
These are just noise in the code so remove them.
Signed-off-by: Joe Perches
Signed-off-by: Greg Kroah-Hartman
19 Mar, 2013
1 commit
-
Neatening only.
git diff -w shows no differences.Signed-off-by: Joe Perches
Signed-off-by: Greg Kroah-Hartman
08 Jan, 2013
1 commit
-
Correct spelling typo in comments within vt6655 driver.
Signed-off-by: Masanari Iida
Signed-off-by: Greg Kroah-Hartman
23 Oct, 2012
1 commit
-
Add the missing unlock on the error handle path in function
vCommandTimer.Signed-off-by: Wei Yongjun
Signed-off-by: Greg Kroah-Hartman
05 Sep, 2012
1 commit
-
Signed-off-by: Justin P. Mattock
Signed-off-by: Greg Kroah-Hartman
10 Jul, 2012
1 commit
-
This commit removes code that will never be executed by vt6655 driver.
Was the forgotten-macros tool(https://github.com/marcosps/forgotten_macros)
who reported these blocks for us.Signed-off-by: Marcos Paulo de Souza
Signed-off-by: Greg Kroah-Hartman
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
31 Mar, 2011
1 commit
-
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi
03 Aug, 2010
3 commits
-
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman
25 Jun, 2010
2 commits
-
Replace all occurrences with unsigned char type.
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman -
Replace all occurrences with unsigned short type.
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman
23 Jun, 2010
1 commit
-
Move functions managing the channel mapping to a new channel.c file, as done in
the staging VT6656 driver. The function names contained in card.c were prefixed
with CARD followed by the first letter of the return code, remove this and use
more coherent function names.The following functions moved and were renamed:
ChannelValid -> is_channel_valid
CARDbSetChannel -> set_channel
CARDvInitChannelTable -> init_channel_table
CARDbyGetChannelMapping -> get_channel_mapping
CARDvSetCountryInfo -> set_country_info
CARDbySetSupportChannels -> set_support_channels
CARDbChannelGetList -> channel_get_list
CARDvSetCountryIE -> set_country_IE
CARDbGetChannelMapInfo -> get_channel_map_info
CARDvSetChannelMapInfo -> set_channel_map_info
CARDvClearChannelMapInfo -> clear_channel_map_info
CARDbyAutoChannelSelect -> auto_channel_select
CARDbyGetChannelNumber -> get_channel_numberSigned-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman
19 Jun, 2010
5 commits
-
Use unsigned short * instead.
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman -
Use unsigned char * instead.
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman
15 May, 2010
2 commits
-
Remove empty IN definition used to specify input parameters.
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman -
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman
12 May, 2010
1 commit
-
Signed-off-by: Charles Clément
Signed-off-by: Greg Kroah-Hartman
12 Dec, 2009
1 commit
-
Signed-off-by: Shawn Bohrer
Signed-off-by: Greg Kroah-Hartman
16 Sep, 2009
5 commits
-
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 -
Text only changes to remove textual differences between the vt6655
and vt6656 trees in prep for driver merge.Signed-off-by: Jim Lieb
Signed-off-by: Greg Kroah-Hartman -
The vt6655 and vt6656 drivers are from a common origin but
have drifted apart with minor textual differences. There
are two changes:s/DEVICE_PRT/DBG_PRT/g
and
s/byPktTyp/byPktType/g
This significantly reduces the differences between the two file sets
in preparation to merging the common code. A few whitespace and text bits were
also adjusted.Signed-off-by: Jim Lieb
Cc: Forest Bond
Cc: Bartlomiej Zolnierkiewicz
Signed-off-by: Greg Kroah-Hartman
20 Jun, 2009
1 commit
-
Add pristine upstream vt6655 driver sources to drivers/staging/vt6655. These
files were literally copied from the driver directory in the upstream source
archive, available here:http://www.viaarena.com/Driver/vt6655_linux_src_v1.19.12_x86.zip
Signed-off-by: Forest Bond
Signed-off-by: Greg Kroah-Hartman