DebugFS : coding style fixes

Minor coding style fixes along the way : 80 cols and a white space.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>


authored by Mathieu Desnoyers and committed by Greg Kroah-Hartman bafb232e 4f36557f

+3 -2
+3 -2
fs/debugfs/inode.c
··· 55 55 inode->i_op = &simple_dir_inode_operations; 56 56 inode->i_fop = &simple_dir_operations; 57 57 58 - /* directory inodes start off with i_nlink == 2 (for "." entry) */ 58 + /* directory inodes start off with i_nlink == 2 59 + * (for "." entry) */ 59 60 inc_nlink(inode); 60 61 break; 61 62 } ··· 144 143 * block. A pointer to that is in the struct vfsmount that we 145 144 * have around. 146 145 */ 147 - if (!parent ) { 146 + if (!parent) { 148 147 if (debugfs_mount && debugfs_mount->mnt_sb) { 149 148 parent = debugfs_mount->mnt_sb->s_root; 150 149 }