All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-page_alloc-use-kern_cont-where-appropriate-checkpatch-fixes.patch removed from -mm tree
@ 2016-10-28  0:29 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-10-28  0:29 UTC (permalink / raw)
  To: akpm, joe, mm-commits


The patch titled
     Subject: mm-page_alloc-use-kern_cont-where-appropriate-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     mm-page_alloc-use-kern_cont-where-appropriate-checkpatch-fixes.patch

This patch was dropped because it was folded into mm-page_alloc-use-kern_cont-where-appropriate.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-page_alloc-use-kern_cont-where-appropriate-checkpatch-fixes

WARNING: Prefer [subsystem eg: netdev]_cont([subsystem]dev, ... then dev_cont(dev, ... then pr_cont(...  to printk(KERN_CONT ...
#27: FILE: mm/page_alloc.c:4227:
+	printk(KERN_CONT "(%s) ", tmp);

WARNING: Prefer [subsystem eg: netdev]_cont([subsystem]dev, ... then dev_cont(dev, ... then pr_cont(...  to printk(KERN_CONT ...
#36: FILE: mm/page_alloc.c:4338:
+		printk(KERN_CONT

ERROR: code indent should use tabs where possible
#37: FILE: mm/page_alloc.c:4339:
+^I^I        "%s"$

WARNING: Prefer [subsystem eg: netdev]_cont([subsystem]dev, ... then dev_cont(dev, ... then pr_cont(...  to printk(KERN_CONT ...
#47: FILE: mm/page_alloc.c:4386:
+			printk(KERN_CONT " %ld", zone->lowmem_reserve[i]);

WARNING: Prefer [subsystem eg: netdev]_cont([subsystem]dev, ... then dev_cont(dev, ... then pr_cont(...  to printk(KERN_CONT ...
#48: FILE: mm/page_alloc.c:4387:
+		printk(KERN_CONT "\n");

WARNING: Prefer [subsystem eg: netdev]_cont([subsystem]dev, ... then dev_cont(dev, ... then pr_cont(...  to printk(KERN_CONT ...
#57: FILE: mm/page_alloc.c:4398:
+		printk(KERN_CONT "%s: ", zone->name);

WARNING: Prefer [subsystem eg: netdev]_cont([subsystem]dev, ... then dev_cont(dev, ... then pr_cont(...  to printk(KERN_CONT ...
#66: FILE: mm/page_alloc.c:4416:
+			printk(KERN_CONT "%lu*%lukB ",

WARNING: Prefer [subsystem eg: netdev]_cont([subsystem]dev, ... then dev_cont(dev, ... then pr_cont(...  to printk(KERN_CONT ...
#72: FILE: mm/page_alloc.c:4421:
+		printk(KERN_CONT "= %lukB\n", K(total));

total: 1 errors, 7 warnings, 49 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.

NOTE: Whitespace errors detected.
      You may wish to use scripts/cleanpatch or scripts/cleanfile

./patches/mm-page_alloc-use-kern_cont-where-appropriate.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: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/page_alloc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/page_alloc.c~mm-page_alloc-use-kern_cont-where-appropriate-checkpatch-fixes mm/page_alloc.c
--- a/mm/page_alloc.c~mm-page_alloc-use-kern_cont-where-appropriate-checkpatch-fixes
+++ a/mm/page_alloc.c
@@ -4336,7 +4336,7 @@ void show_free_areas(unsigned int filter
 
 		show_node(zone);
 		printk(KERN_CONT
-		        "%s"
+			"%s"
 			" free:%lukB"
 			" min:%lukB"
 			" low:%lukB"
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

mm-page_alloc-use-kern_cont-where-appropriate.patch
i-need-old-gcc.patch
arm-arch-arm-include-asm-pageh-needs-personalityh.patch
prctl-remove-one-shot-limitation-for-changing-exe-link-fix.patch
mm.patch
mm-compaction-allow-compaction-for-gfp_nofs-requests-fix.patch
mm-mempolicy-clean-up-__gfp_thisnode-confusion-in-policy_zonelist-checkpatch-fixes.patch
scripts-checkpatchpl-fix-spelling.patch
debug-more-properly-delay-for-secondary-cpus-fix.patch
ipc-sem-rework-task-wakeups-checkpatch-fixes.patch
ipc-sem-optimize-perform_atomic_semop-checkpatch-fixes.patch
drivers-net-wireless-intel-iwlwifi-dvm-calibc-fix-min-warning.patch
kernel-forkc-export-kernel_thread-to-modules.patch
slab-leaks3-default-y.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-28  0:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-28  0:29 [folded-merged] mm-page_alloc-use-kern_cont-where-appropriate-checkpatch-fixes.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.