ipc: whitespace cleanup
The ipc code does not adhere the typical linux coding style. This patch fixes lots of simple whitespace errors. - mostly autogenerated by scripts/checkpatch.pl -f --fix \ --types=pointer_location,spacing,space_before_tab - one manual fixup (keep structure members tab-aligned) - removal of additional space_before_tab that were not found by --fix Tested with some of my msg and sem test apps. Andrew: Could you include it in -mm and move it towards Linus' tree? Signed-off-by:Manfred Spraul <manfred@colorfullife.com> Suggested-by:
Li Bin <huawei.libin@huawei.com> Cc: Joe Perches <joe@perches.com> Acked-by:
Rafael Aquini <aquini@redhat.com> Cc: Davidlohr Bueso <davidlohr@hp.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- include/linux/msg.h 1 addition, 1 deletioninclude/linux/msg.h
- include/linux/shm.h 1 addition, 1 deletioninclude/linux/shm.h
- ipc/compat.c 5 additions, 5 deletionsipc/compat.c
- ipc/compat_mq.c 1 addition, 1 deletionipc/compat_mq.c
- ipc/ipc_sysctl.c 7 additions, 7 deletionsipc/ipc_sysctl.c
- ipc/mqueue.c 8 additions, 8 deletionsipc/mqueue.c
- ipc/msg.c 9 additions, 9 deletionsipc/msg.c
- ipc/sem.c 48 additions, 48 deletionsipc/sem.c
- ipc/shm.c 16 additions, 16 deletionsipc/shm.c
- ipc/util.c 12 additions, 12 deletionsipc/util.c
- ipc/util.h 7 additions, 7 deletionsipc/util.h
Loading
Please register or sign in to comment