]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcea5486a2fff51b84c85cfef05101a3374f3fc13
treecb159edf5137bfb5e542e64264a4e4de49602a69
parentbcee95e450bacefca7c581d9b853ec10eebfac23
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