提交 20b7643d 编写于 作者: A Anton Salikhmetov 提交者: Christoph Hellwig

hfsplus: spaces/indentation clean-up

Fix incorrect spaces and indentation reported by checkpatch.pl.
Signed-off-by: NAnton Salikhmetov <alexo@tuxera.com>
Signed-off-by: NChristoph Hellwig <hch@tuxera.com>
上级 21f2296a
...@@ -213,7 +213,7 @@ static int hfsplus_readdir(struct file *filp, void *dirent, filldir_t filldir) ...@@ -213,7 +213,7 @@ static int hfsplus_readdir(struct file *filp, void *dirent, filldir_t filldir)
err = -EIO; err = -EIO;
goto out; goto out;
} }
next: next:
filp->f_pos++; filp->f_pos++;
if (filp->f_pos >= inode->i_size) if (filp->f_pos >= inode->i_size)
goto out; goto out;
......
...@@ -97,7 +97,7 @@ static int hfs_parse_new_pmap(struct super_block *sb, struct new_pmap *pm, ...@@ -97,7 +97,7 @@ static int hfs_parse_new_pmap(struct super_block *sb, struct new_pmap *pm,
int i = 0; int i = 0;
do { do {
if (!memcmp(pm->pmPartType,"Apple_HFS", 9) && if (!memcmp(pm->pmPartType, "Apple_HFS", 9) &&
(sbi->part < 0 || sbi->part == i)) { (sbi->part < 0 || sbi->part == i)) {
*part_start += be32_to_cpu(pm->pmPyPartStart); *part_start += be32_to_cpu(pm->pmPyPartStart);
*part_size = be32_to_cpu(pm->pmPartBlkCnt); *part_size = be32_to_cpu(pm->pmPartBlkCnt);
......
...@@ -215,7 +215,7 @@ int hfsplus_uni2asc(struct super_block *sb, ...@@ -215,7 +215,7 @@ int hfsplus_uni2asc(struct super_block *sb,
goto done; goto done;
} }
} }
same: same:
switch (c0) { switch (c0) {
case 0: case 0:
cc = 0x2400; cc = 0x2400;
...@@ -226,7 +226,7 @@ int hfsplus_uni2asc(struct super_block *sb, ...@@ -226,7 +226,7 @@ int hfsplus_uni2asc(struct super_block *sb,
default: default:
cc = c0; cc = c0;
} }
done: done:
res = nls->uni2char(cc, op, len); res = nls->uni2char(cc, op, len);
if (res < 0) { if (res < 0) {
if (res == -ENAMETOOLONG) if (res == -ENAMETOOLONG)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册