mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [TRIVIAL PATCH] /init/version.c
@ 2004-11-03  8:04 vlobanov
  2004-11-03  8:29 ` Jan Engelhardt
  0 siblings, 1 reply; 6+ messages in thread
From: vlobanov @ 2004-11-03  8:04 UTC (permalink / raw)
  To: linux-kernel

Hi,

This is a trivial patch to save a word-length worth of space. Just
something that seemed easy to do while I was reading over the source
code.

Diffed against 2.6.9:
=================================================
--- version.c.orig      2004-11-02 23:54:03.000000000 -0800
+++ version.c   2004-11-02 23:54:36.000000000 -0800
@@ -28,6 +28,6 @@

 EXPORT_SYMBOL(system_utsname);

-const char *linux_banner =
+const char linux_banner[] =
        "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
        LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n";
=================================================

After looking over the MAINTAINERS file, I have no idea who the right
point of contact / maintainer is for this code. (Or, I simply missed the
right entry while reading, which has been known to happen.) Please advise.

Signed-off-by: Vadim Lobanov

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-11-03 21:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-03  8:04 [TRIVIAL PATCH] /init/version.c vlobanov
2004-11-03  8:29 ` Jan Engelhardt
2004-11-03 10:29   ` Denis Vlasenko
2004-11-03 16:34     ` vlobanov
2004-11-03 21:11       ` Denis Vlasenko
2004-11-03 21:19         ` vlobanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®