[folded-merged] sysvipc-make-get_maxid-o1-again-checkpatch-fixes.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: sysvipc-make-get_maxid-o1-again-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     sysvipc-make-get_maxid-o1-again-checkpatch-fixes.patch

This patch was dropped because it was folded into sysvipc-make-get_maxid-o1-again.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: sysvipc-make-get_maxid-o1-again-checkpatch-fixes

ERROR: space required before the open parenthesis '('
#110: FILE: ipc/util.c:439:
+			if(lid == -1)

total: 1 errors, 0 warnings, 113 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/sysvipc-make-get_maxid-o1-again.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@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 ipc/util.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN ipc/util.c~sysvipc-make-get_maxid-o1-again-checkpatch-fixes ipc/util.c
--- a/ipc/util.c~sysvipc-make-get_maxid-o1-again-checkpatch-fixes
+++ a/ipc/util.c
@@ -437,7 +437,7 @@ void ipc_rmid(struct ipc_ids *ids, struc
 	if (unlikely(lid == ids->max_id)) {
 		do {
 			lid--;
-			if(lid == -1)
+			if (lid == -1)
 				break;
 		} while (!idr_find(&ids->ipcs_idr, lid));
 		ids->max_id = lid;
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

sysvipc-make-get_maxid-o1-again.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux