nilfs2: align block comments of nilfs_sufile_truncate_range() at *
authorRyusuke Konishi <[email protected]>
Fri, 17 Nov 2017 23:29:43 +0000 (15:29 -0800)
committerLinus Torvalds <[email protected]>
Sat, 18 Nov 2017 00:10:03 +0000 (16:10 -0800)
commit4d685f930a53632ff6b86efe43b95637006371fe
tree4ad1f4c01637437f0a6dba510239566b38e25526
parentd4f0284a5969fd7809ec8df710eb10598b701638
nilfs2: align block comments of nilfs_sufile_truncate_range() at *

Fix the following checkpatch warning:

 WARNING: Block comments should align the * on each line
 #633: FILE: sufile.c:633:
 +/**
 +  * nilfs_sufile_truncate_range - truncate range of segment array

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ryusuke Konishi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/nilfs2/sufile.c