mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [merged] init-mainc-mark-boot_config_checksum-static.patch removed from -mm tree
@ 2020-03-01  1:51 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-03-01  1:51 UTC (permalink / raw)
  To: hqjagain, mhiramat, mm-commits


The patch titled
     Subject: init/main.c: mark boot_config_checksum static
has been removed from the -mm tree.  Its filename was
     init-mainc-mark-boot_config_checksum-static.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Qiujun Huang <hqjagain@gmail.com>
Subject: init/main.c: mark boot_config_checksum static

In fact, this function is only used in this file, so mark it with 'static'.

Link: http://lkml.kernel.org/r/1581852511-14163-1-git-send-email-hqjagain@gmail.com
Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 init/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/init/main.c~init-mainc-mark-boot_config_checksum-static
+++ a/init/main.c
@@ -336,7 +336,7 @@ static char * __init xbc_make_cmdline(co
 	return new_cmdline;
 }
 
-u32 boot_config_checksum(unsigned char *p, u32 size)
+static u32 boot_config_checksum(unsigned char *p, u32 size)
 {
 	u32 ret = 0;
 
_

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

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

only message in thread, other threads:[~2020-03-01  1:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-01  1:51 [merged] init-mainc-mark-boot_config_checksum-static.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).