All of lore.kernel.org
 help / color / mirror / Atom feed
* + h8300-remove-unused-variable.patch added to -mm tree
@ 2021-06-02 22:27 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-06-02 22:27 UTC (permalink / raw)
  To: jrdr.linux, lkp, mm-commits, rppt


The patch titled
     Subject: h8300: remove unused variable
has been added to the -mm tree.  Its filename is
     h8300-remove-unused-variable.patch

This patch should soon appear at
    https://ozlabs.org/~akpm/mmots/broken-out/h8300-remove-unused-variable.patch
and later at
    https://ozlabs.org/~akpm/mmotm/broken-out/h8300-remove-unused-variable.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/process/submit-checklist.rst when testing your code ***

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

------------------------------------------------------
From: Souptick Joarder <jrdr.linux@gmail.com>
Subject: h8300: remove unused variable

Kernel test robot throws below warning ->

>> arch/h8300/kernel/setup.c:72:26:
warning: Unused variable: region [unusedVariable]
    struct memblock_region *region;

Fixed it by removing unused variable.

Link: https://lkml.kernel.org/r/20210602185431.11416-1-jrdr.linux@gmail.com
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reported-by: kernel test robot <lkp@intel.com>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/h8300/kernel/setup.c |    2 --
 1 file changed, 2 deletions(-)

--- a/arch/h8300/kernel/setup.c~h8300-remove-unused-variable
+++ a/arch/h8300/kernel/setup.c
@@ -69,8 +69,6 @@ void __init h8300_fdt_init(void *fdt, ch
 
 static void __init bootmem_init(void)
 {
-	struct memblock_region *region;
-
 	memory_end = memory_start = 0;
 
 	/* Find main memory where is the kernel */
_

Patches currently in -mm which might be from jrdr.linux@gmail.com are

h8300-remove-unused-variable.patch


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

only message in thread, other threads:[~2021-06-02 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 22:27 + h8300-remove-unused-variable.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.