ipc-msg-avoid-waking-sender-upon-full-queue-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 10 Sep 2016 10:34:32 +0000 (20:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 10 Sep 2016 10:34:32 +0000 (20:34 +1000)
commitd481e88ed55345bfdaea6d6b8295e0643d5f0932
tree87aede54e6f64cef3025d9f1f8a2a8a0544579d0
parent533f5a11a8d9d1a9b7a8dd7566516f8dca4cd340
ipc-msg-avoid-waking-sender-upon-full-queue-checkpatch-fixes

WARNING: braces {} are not necessary for single statement blocks
#134: FILE: ipc/msg.c:679:
+ if (msg_fits_inqueue(msq, msgsz)) {
  break;
  }

total: 0 errors, 1 warnings, 118 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

./patches/ipc-msg-avoid-waking-sender-upon-full-queue.patch has style problems, please review.

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Davidlohr Bueso <dave@stgolabs.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
ipc/msg.c
This page took 0.028548 seconds and 5 git commands to generate.