From: vlobanov <vlobanov@speakeasy.net>
To: linux-kernel@vger.kernel.org
Subject: [TRIVIAL PATCH] /init/version.c
Date: Wed, 3 Nov 2004 00:04:27 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.58.0411022359001.17128@shell2.speakeasy.net> (raw)
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
next reply other threads:[~2004-11-03 8:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-03 8:04 vlobanov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.58.0411022359001.17128@shell2.speakeasy.net \
--to=vlobanov@speakeasy.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®