Skip to content

Commit 4c7df64

Browse files
committed
befs: fix style issues in io.c
Fixing the two following checkpatch.pl issues: ERROR: trailing whitespace + * Based on portions of file.c and inode.c $ WARNING: labels should not be indented + error: Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
1 parent 85a06b3 commit 4c7df64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fs/befs/io.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 2001 Will Dyson <will_dyson@pobox.com
55
*
6-
* Based on portions of file.c and inode.c
6+
* Based on portions of file.c and inode.c
77
* by Makoto Kato (m_kato@ga2.so-net.ne.jp)
88
*
99
* Many thanks to Dominic Giampaolo, author of Practical File System
@@ -55,7 +55,7 @@ befs_bread_iaddr(struct super_block *sb, befs_inode_addr iaddr)
5555
befs_debug(sb, "<--- %s", __func__);
5656
return bh;
5757

58-
error:
58+
error:
5959
befs_debug(sb, "<--- %s ERROR", __func__);
6060
return NULL;
6161
}

0 commit comments

Comments
 (0)