- 12 12月, 2009 40 次提交
-
-
由 Klaas van Gend 提交于
Add KERN_ to printk statements to reduce the number of warnings shown by checkpatch.pl. Signed-off-by: NKlaas van Gend <klaas.van.gend@mvista.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Klaas van Gend 提交于
Remove braces in if statements to make the file exhibit less warnings when checked using checkpatch.pl. Signed-off-by: NKlaas van Gend <klaas.van.gend@mvista.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 BRAGA, Bruno 提交于
Corrected coding style: - excessive curly braces - printk without KERN_* logging - 80+ chars per line of code Signed-off-by: NBRAGA, Bruno <bruno.braga@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Shawn Bohrer 提交于
Signed-off-by: NShawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Shawn Bohrer 提交于
c++ isn't supported in the kernel. Signed-off-by: NShawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Shawn Bohrer 提交于
unlocked_ioctl() never returns -ENOIOCTLCMD so remove the check. Signed-off-by: NShawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Shawn Bohrer 提交于
All new kernels have support for compat_ioctl so remove the check and support for older kernels. Signed-off-by: NShawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Shawn Bohrer 提交于
All new kernels have unlocked_ioctl so we don't need to check. Signed-off-by: NShawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Daniel Patrick Johnson 提交于
Signed-off-by: NDaniel Patrick Johnson <teknotus@teknot.us> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Daniel Patrick Johnson 提交于
Signed-off-by: NDaniel Patrick Johnson <teknotus@teknot.us> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Daniel Patrick Johnson 提交于
Signed-off-by: NDaniel Patrick Johnson <teknotus@teknot.us> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Daniel Patrick Johnson 提交于
Signed-off-by: NDaniel Patrick Johnson <teknotus@teknot.us> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Dirk Hohndel 提交于
something-bility is spelled as something-blity so a grep for 'blit' would find these lines this is so trivial that I didn't split it by subsystem / copy additional maintainers - all changes are to comments The only purpose is to get fewer false positives when grepping around the kernel sources. Signed-off-by: NDirk Hohndel <hohndel@infradead.org> Signed-off-by: NJiri Kosina <jkosina@suse.cz> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Kevyn-Alexandre Paré 提交于
Signed-off-by: NKevyn-Alexandre Paré <kevyn.alexandre.pare@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Kevyn-Alexandre Paré 提交于
Signed-off-by: NKevyn-Alexandre Paré <kevyn.alexandre.pare@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bruce Jones 提交于
Correct coding style problems in this file. Signed-off-by: NBruce Jones <brucej@linux.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bruce Jones 提交于
Fix up printk's and other simple coding style issues. Signed-off-by: NBruce Jones <brucej@linux.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bruce Jones 提交于
Clean up the printk's in this driver. Signed-off-by: NBruce Jones <brucej@linux.com> Cc: Joe Perches <joe@perches.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Shane Warden 提交于
Signed-off-by: NShane Warden <shane.warden@onyxneon.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bruce Jones 提交于
Clean up formatting of a struct initializer, as per the standard conventions. Signed-off-by: NBruce Jones <brucej@linux.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bruce Jones 提交于
Fix improper use of printks in this driver. Most are debug messages under a DEBUG #ifdef, a few are info/warnings that should get logged for driver error conditions. Signed-off-by: NBruce Jones <brucej@linux.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bruce Jones 提交于
Turn spaces into tabs to keep scripts/checkpatch.pl happy. The actual changes here are in a comment, so the script is just being silly. Signed-off-by: NBruce Jones <brucej@linux.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bruce Jones 提交于
Fix improper use of braces in drivers/staging/comedi/drivers/ni_atmio16d.c Signed-off-by: NBruce Jones <brucej@linux.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bruce Jones 提交于
Correct formatting errors - in this case line length and spaces before parens. Signed-off-by: NBruce Jones <brucej@linux.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 matt mooney 提交于
drivers/mite.h: removed declared but undefined functions mite_ll_from_kvmem and mite_setregs Signed-off-by: Nmatt mooney <mfm@muteddisk.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 matt mooney 提交于
- drivers/mite.c: added KERN_ facility level to printk - moved EXPORT_SYMBOL macro to follow function/variable Signed-off-by: Nmatt mooney <mfm@muteddisk.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Allison Randal 提交于
The line was too long, used braces on single line for loop body. Signed-off-by: NAllison Randal <allison@parrot.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Shane Warden 提交于
Signed-off-by: NShane Warden <shane.warden@onyxneon.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Shane Warden 提交于
Signed-off-by: NShane Warden <shane.warden@onyxneon.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bart Massey 提交于
Signed-off-by: NBart Massey <bart@cs.pdx.edu> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bart Massey 提交于
Signed-off-by: NBart Massey <bart@cs.pdx.edu> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bart Massey 提交于
Signed-off-by: NBart Massey <bart@cs.pdx.edu> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Bart Massey 提交于
Signed-off-by: NBart Massey <bart@cs.pdx.edu> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Shane Warden 提交于
Signed-off-by: NShane Warden <shane.warden@onyxneon.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Vlatko Kosturjak 提交于
Fix a checkpatch.pl errors. Signed-off-by: NVlatko Kosturjak <kost@linux.hr> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Mithlesh Thukral 提交于
Fix a checkpatch.pl error. Fix struct * foo to struct *foo Signed-off-by: NMithlesh Thukral <mithlesh@linsyssoft.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Ben Kero 提交于
EXPORT_SYMBOL's in the wrong place. Unnecessary {}s Signed-off-by: NBen Kero <ben.kero@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Greg Kroah-Hartman 提交于
The line was too long. Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Shawn Bohrer 提交于
Signed-off-by: NShawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-
由 Shawn Bohrer 提交于
Signed-off-by: NShawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
-