Commit e7515d065d09f6450c996a8fa206ad66569e183c
Committed by
Mark Fasheh
1 parent
22dd0e88b7
Exists in
master
and in
7 other branches
configfs: Clear up a few extra spaces where there should be TABs.
Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Showing 2 changed files with 4 additions and 4 deletions Side-by-side Diff
fs/configfs/dir.c
... | ... | @@ -211,7 +211,7 @@ |
211 | 211 | struct configfs_dirent * sd; |
212 | 212 | |
213 | 213 | sd = d->d_fsdata; |
214 | - list_del_init(&sd->s_sibling); | |
214 | + list_del_init(&sd->s_sibling); | |
215 | 215 | configfs_put(sd); |
216 | 216 | if (d->d_inode) |
217 | 217 | simple_rmdir(parent->d_inode,d); |
... | ... | @@ -330,7 +330,7 @@ |
330 | 330 | |
331 | 331 | ret = configfs_detach_prep(sd->s_dentry); |
332 | 332 | if (!ret) |
333 | - continue; | |
333 | + continue; | |
334 | 334 | } else |
335 | 335 | ret = -ENOTEMPTY; |
336 | 336 | |
... | ... | @@ -931,7 +931,7 @@ |
931 | 931 | |
932 | 932 | new_dentry = lookup_one_len(new_name, parent, strlen(new_name)); |
933 | 933 | if (!IS_ERR(new_dentry)) { |
934 | - if (!new_dentry->d_inode) { | |
934 | + if (!new_dentry->d_inode) { | |
935 | 935 | error = config_item_set_name(item, "%s", new_name); |
936 | 936 | if (!error) { |
937 | 937 | d_add(new_dentry, NULL); |
fs/configfs/symlink.c