reiserfs: run scripts/Lindent on reiserfs code
This was a pure indentation change, using:
scripts/Lindent fs/reiserfs/*.c include/linux/reiserfs_*.h
to make reiserfs match the regular Linux indentation style. As Jeff
Mahoney <jeffm@suse.com> writes:
The ReiserFS code is a mix of a number of different coding styles, sometimes
different even from line-to-line. Since the code has been relatively stable
for quite some time and there are few outstanding patches to be applied, it
is time to reformat the code to conform to the Linux style standard outlined
in Documentation/CodingStyle.
This patch contains the result of running scripts/Lindent against
fs/reiserfs/*.c and include/linux/reiserfs_*.h. There are places where the
code can be made to look better, but I'd rather keep those patches separate
so that there isn't a subtle by-hand hand accident in the middle of a huge
patch. To be clear: This patch is reformatting *only*.
A number of patches may follow that continue to make the code more consistent
with the Linux coding style.
Hans wasn't particularly enthusiastic about these patches, but said he
wouldn't really oppose them either.
Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- fs/reiserfs/bitmap.c 969 additions, 873 deletionsfs/reiserfs/bitmap.c
- fs/reiserfs/dir.c 255 additions, 233 deletionsfs/reiserfs/dir.c
- fs/reiserfs/do_balan.c 1888 additions, 1348 deletionsfs/reiserfs/do_balan.c
- fs/reiserfs/file.c 1362 additions, 1202 deletionsfs/reiserfs/file.c
- fs/reiserfs/fix_node.c 2079 additions, 1972 deletionsfs/reiserfs/fix_node.c
- fs/reiserfs/hashes.c 83 additions, 110 deletionsfs/reiserfs/hashes.c
- fs/reiserfs/ibalance.c 938 additions, 906 deletionsfs/reiserfs/ibalance.c
- fs/reiserfs/inode.c 2521 additions, 2394 deletionsfs/reiserfs/inode.c
- fs/reiserfs/ioctl.c 101 additions, 96 deletionsfs/reiserfs/ioctl.c
- fs/reiserfs/item_ops.c 471 additions, 506 deletionsfs/reiserfs/item_ops.c
- fs/reiserfs/journal.c 3616 additions, 3275 deletionsfs/reiserfs/journal.c
- fs/reiserfs/lbalance.c 1149 additions, 1069 deletionsfs/reiserfs/lbalance.c
- fs/reiserfs/namei.c 1330 additions, 1244 deletionsfs/reiserfs/namei.c
- fs/reiserfs/objectid.c 152 additions, 151 deletionsfs/reiserfs/objectid.c
- fs/reiserfs/prints.c 514 additions, 489 deletionsfs/reiserfs/prints.c
- fs/reiserfs/procfs.c 337 additions, 358 deletionsfs/reiserfs/procfs.c
- fs/reiserfs/resize.c 108 additions, 99 deletionsfs/reiserfs/resize.c
- fs/reiserfs/stree.c 1743 additions, 1626 deletionsfs/reiserfs/stree.c
- fs/reiserfs/super.c 1883 additions, 1740 deletionsfs/reiserfs/super.c
- fs/reiserfs/tail_conversion.c 233 additions, 230 deletionsfs/reiserfs/tail_conversion.c
Loading
Please register or sign in to comment