]> git.ipfire.org Git - people/ms/linux.git/commit - ipc/shm.c
ipc/shm.c: coding style fixes
authorShailesh Pandey <p.shailesh@samsung.com>
Wed, 14 Dec 2016 23:06:10 +0000 (15:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Dec 2016 00:04:08 +0000 (16:04 -0800)
commit63980c80e1e99cb324942f3b5e59657025af47c0
treecb159edf5137bfb5e542e64264a4e4de49602a69
parent999898355e08ae3b92dfd0a08db706e0c6703d30
ipc/shm.c: coding style fixes

This patch fixes below warnings:

  WARNING: Missing a blank line after declarations
  WARNING: Block comments use a trailing */ on a separate line
  ERROR: spaces required around that '=' (ctx:WxV)

Above warnings were reported by checkpatch.pl

Link: http://lkml.kernel.org/r/1478604980-18062-1-git-send-email-p.shailesh@samsung.com
Signed-off-by: Shailesh Pandey <p.shailesh@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/shm.c