aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/directory.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-10-10 01:08:07 -0700
committerJan Kara <jack@suse.cz>2011-10-31 23:43:58 +0100
commita983f368f8986c1ecb64f2947fcf594343130215 (patch)
treeb9fef60714db92cf93242a96bbefcae2c7350ee2 /fs/udf/directory.c
parentudf: Neaten logging output, use vsprintf extension %pV (diff)
downloadlinux-dev-a983f368f8986c1ecb64f2947fcf594343130215.tar.xz
linux-dev-a983f368f8986c1ecb64f2947fcf594343130215.zip
udf: Neaten udf_debug uses
Just whitespace and argument alignment. Introduce some checkpatch warnings that deserve to be ignored. Reviewed-by: NamJae Jeon <linkinjeon@gmail.com> Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/udf/directory.c')
-rw-r--r--fs/udf/directory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/udf/directory.c b/fs/udf/directory.c
index 4e0843897d07..3e44f575fb9c 100644
--- a/fs/udf/directory.c
+++ b/fs/udf/directory.c
@@ -162,8 +162,8 @@ struct fileIdentDesc *udf_get_fileident(void *buffer, int bufsize, int *offset)
int padlen;
if ((!buffer) || (!offset)) {
- udf_debug("invalidparms\n, buffer=%p, offset=%p\n", buffer,
- offset);
+ udf_debug("invalidparms, buffer=%p, offset=%p\n",
+ buffer, offset);
return NULL;
}