alistair23-linux/fs/udf
Marcin Slusarz 3a71fc5de5 udf: fix coding style of super.c
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 warnings, 1872 lines checked

all 164 warnings left are lines longer than 80 characters;
this file has too much indentation with really long expressions
to break all those lines now; will fix later

Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Ben Fennema <bfennema@falcon.csc.calpoly.edu>
Acked-by: Jan Kara <jack@suse.cz>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-08 09:22:34 -08:00
..
balloc.c fs/udf/balloc.c: mark a variable as uninitialized_var() 2007-10-17 08:43:00 -07:00
crc.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
dir.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
directory.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
ecma_167.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
file.c udf: convert to new aops 2007-10-16 09:42:57 -07:00
fsync.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
ialloc.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
inode.c udf: convert to new aops 2007-10-16 09:42:57 -07:00
lowlevel.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
misc.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
namei.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
osta_udf.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
partition.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
super.c udf: fix coding style of super.c 2008-02-08 09:22:34 -08:00
symlink.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
truncate.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
udf_i.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
udf_sb.h UDF: fix UID and GID mount option ignorance 2007-07-31 15:39:43 -07:00
udfdecl.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
udfend.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
udftime.c UDF: coding style fixups 2007-10-17 08:42:58 -07:00
unicode.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00