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

2008-01-07 Thread Jan Kara
On Sun 23-12-07 02:50:51, [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 01/24] udf: fix coding style of super.c

2007-12-22 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 01/24] udf: fix coding style of super.c

2007-12-22 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