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
- spaces between "type *" and variable namebefore: 192 errors, 561 warnings, 8987 lines checked after: 1 errors, 38 warnings, 9468 lines checked Signed-off-by: Marcin Slusarz <[EMAIL PROTECTED]> --- fs/udf/balloc.c | 231 +++++++++++------- fs/udf/crc.c | 2 +- fs/udf/directory.c | 83 ++++--- fs/udf/file.c | 18 +- fs/udf/ialloc.c | 24 ++- fs/udf/inode.c | 665 +++++++++++++++++++++++++++++++--------------------- fs/udf/misc.c | 76 ++++--- fs/udf/namei.c | 298 ++++++++++++++---------- fs/udf/partition.c | 160 ++++++++----- fs/udf/super.c | 383 +++++++++++++++++++----------- fs/udf/symlink.c | 3 +- fs/udf/truncate.c | 58 +++-- fs/udf/udftime.c | 59 +++--- fs/udf/unicode.c | 85 ++++--- 14 files changed, 1311 insertions(+), 834 deletions(-) patch (160kB) available at: http://www.kadu.net/~joi/kernel/2008.01.10/0008-udf-fix-coding-style.patch md5: 00816fa02cf2541bee51e71a05d9dd94 Tell me if I should post it to LKML... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

