Re: [PATCH] udf: fix coding style of super.c

2008-01-07 Thread Jan Kara
On Sun 06-01-08 01:44:30, [EMAIL PROTECTED] wrote: > fix coding style errors found by checkpatch: > - assignments in if conditions > - braces {} around single statement blocks > - no spaces after commas > - printks without KERN_* > - lines longer than 80 characters > before: total: 50 errors, 207

Re: [PATCH] udf: fix coding style of super.c

2008-01-07 Thread Jan Kara
On Sun 06-01-08 01:44:30, [EMAIL PROTECTED] wrote: fix coding style errors found by checkpatch: - assignments in if conditions - braces {} around single statement blocks - no spaces after commas - printks without KERN_* - lines longer than 80 characters before: total: 50 errors, 207

[PATCH] udf: fix coding style of super.c

2008-01-05 Thread marcin . slusarz
fix coding style errors found by checkpatch: - assignments in if conditions - braces {} around single statement blocks - no spaces after commas - printks without KERN_* - lines longer than 80 characters before: total: 50 errors, 207 warnings, 1835 lines checked after: total: 0 errors, 164

[PATCH] udf: fix coding style of super.c

2008-01-05 Thread marcin . slusarz
fix coding style errors found by checkpatch: - assignments in if conditions - braces {} around single statement blocks - no spaces after commas - printks without KERN_* - lines longer than 80 characters before: total: 50 errors, 207 warnings, 1835 lines checked after: total: 0 errors, 164