[PATCH 2/2] fs: fixed trailing whitespaces in .c files
fixed all whitespaces in .c files in the fs folder (not in the sub-folders) Signed-off-by: amar-laksh --- fs/aio.c | 8 fs/bad_inode.c | 16 fs/binfmt_aout.c | 6 +++--- fs/binfmt_elf.c| 26 +- fs/binfmt_em86.c | 4
[PATCH] IPC: shm: fixed several coding-style issues
fixed space around initialization in assignment(multiple) fixed assignment in if condition(single) fixed a blank line after declarations(multiple) line over 80 characters(multiple) Signed-off-by: amar-laksh --- ipc/shm.c | 47 +++ 1 file changed, 35