All of lore.kernel.org
 help / color / mirror / Atom feed
* + kernel-padata-hide-unused-functions-checkpatch-fixes.patch added to -mm tree
@ 2016-04-22 20:16 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-04-22 20:16 UTC (permalink / raw)
  To: akpm, arnd, mm-commits


The patch titled
     Subject: kernel-padata-hide-unused-functions-checkpatch-fixes
has been added to the -mm tree.  Its filename is
     kernel-padata-hide-unused-functions-checkpatch-fixes.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/kernel-padata-hide-unused-functions-checkpatch-fixes.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/kernel-padata-hide-unused-functions-checkpatch-fixes.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: kernel-padata-hide-unused-functions-checkpatch-fixes

ERROR: spaces required around that '=' (ctx:WxO)
#48: FILE: kernel/padata.c:689:
+		err =-EINVAL;
 		    ^

ERROR: space required before that '-' (ctx:OxV)
#48: FILE: kernel/padata.c:689:
+		err =-EINVAL;
 		     ^

total: 2 errors, 0 warnings, 86 lines checked

./patches/kernel-padata-hide-unused-functions.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: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/padata.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/padata.c~kernel-padata-hide-unused-functions-checkpatch-fixes kernel/padata.c
--- a/kernel/padata.c~kernel-padata-hide-unused-functions-checkpatch-fixes
+++ a/kernel/padata.c
@@ -686,7 +686,7 @@ int padata_start(struct padata_instance
 	mutex_lock(&pinst->lock);
 
 	if (pinst->flags & PADATA_INVALID)
-		err =-EINVAL;
+		err = -EINVAL;
 
 	 __padata_start(pinst);
 
_

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

i-need-old-gcc.patch
arch-alpha-kernel-systblss-remove-debug-check.patch
kernel-padata-hide-unused-functions-checkpatch-fixes.patch
arm-arch-arm-include-asm-pageh-needs-personalityh.patch
mm.patch
mm-rename-_count-field-of-the-struct-page-to-_refcount-fix.patch
mm-rename-_count-field-of-the-struct-page-to-_refcount-fix-fix.patch
include-linux-apply-__malloc-attribute-checkpatch-fixes.patch
include-linux-nodemaskh-create-next_node_in-helper.patch
include-linux-nodemaskh-create-next_node_in-helper-fix-fix.patch
mm-hugetlbc-use-first_memory_node.patch
mm-mempolicyc-offset_il_node-document-and-clarify.patch
mm-compaction-direct-freepage-allocation-for-async-direct-compaction-checkpatch-fixes.patch
mm-uninline-page_mapped.patch
mm-uninline-page_mapped-checkpatch-fixes.patch
memory_hotplug-introduce-config_memory_hotplug_default_online-fix.patch
mm-compaction-abstract-compaction-feedback-to-helpers-fix.patch
exit_thread-remove-empty-bodies-fix.patch
exit_thread-accept-a-task-parameter-to-be-exited-checkpatch-fixes.patch
fs-execc-fix-minor-memory-leak.patch
linux-next-rejects.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-04-22 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-22 20:16 + kernel-padata-hide-unused-functions-checkpatch-fixes.patch added to -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.