diff options
| author | 2008-02-08 04:20:28 -0800 | |
|---|---|---|
| committer | 2008-02-08 09:22:34 -0800 | |
| commit | 3a71fc5de56338076fe99f24f50bccfebabefe18 (patch) | |
| tree | 847ffe82e363d730e38b5e8e48554db44eb2449f /fs/udf/misc.c | |
| parent | libfs: rename simple_attr_close to simple_attr_release (diff) | |
| download | wireguard-linux-3a71fc5de56338076fe99f24f50bccfebabefe18.tar.xz wireguard-linux-3a71fc5de56338076fe99f24f50bccfebabefe18.zip | |
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>
Diffstat (limited to 'fs/udf/misc.c')
0 files changed, 0 insertions, 0 deletions
