mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
Fix 15 errors and 4 warnings given by checkpatch.pl: - space between the asterisk and variable name; - space after opening and before closing parentheses; - leading spaces instead of tabs; - printk() without KERN_* facility level; - unnecessary braces for single-statement block; - line over 80 characters. In addition to these changes, also do the following: - combine the nested 'if' statements into one when possible; - remove needless parentheses; - add missing and remove excess spaces between operator and its operands; - fix printk() format specifiers mismatching the argument types; - put the function's result type and name/parameters on the same line; - insert missing and remove excess new lines; - properly indent multi-line expressions; - make the multi-line comment style consistent with the kernel style elsewhere by adding empty first line; - fix typos, capitalize acronyms, etc. in the comments; - update MontaVista copyright; - remove Pete Popov's old email address... Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> |
History
|
|
|---|---|---|
| .. | ||
| au1000 | ||
| basler/excite | ||
| bcm47xx | ||
| boot | ||
| cobalt | ||
| configs | ||
| dec | ||
| emma2rh | ||
| fw | ||
| gt64120/wrppmc | ||
| jazz | ||
| jmr3927 | ||
| kernel | ||
| lasat | ||
| lemote/lm2e | ||
| lib | ||
| math-emu | ||
| mips-boards | ||
| mipssim | ||
| mm | ||
| nxp/pnx8550 | ||
| oprofile | ||
| pci | ||
| pmc-sierra | ||
| sgi-ip22 | ||
| sgi-ip27 | ||
| sgi-ip32 | ||
| sibyte | ||
| sni | ||
| tx4927 | ||
| tx4938 | ||
| vr41xx | ||
| Kconfig | ||
| Kconfig.debug | ||
| Makefile | ||