[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1200002792-8449-9-git-send-email-marcin.slusarz@gmail.com>
Date: Thu, 10 Jan 2008 23:06:24 +0100
From: marcin.slusarz@...il.com
To: LKML <linux-kernel@...r.kernel.org>
Cc: Marcin Slusarz <marcin.slusarz@...il.com>
Subject: [PATCH 08/16] udf: fix coding style
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 name
before: 192 errors, 561 warnings, 8987 lines checked
after: 1 errors, 38 warnings, 9468 lines checked
Signed-off-by: Marcin Slusarz <marcin.slusarz@...il.com>
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists