From: Tim Bird <tim.bird@am.sony.com>
To: linux-kernel@vger.kernel.org
Cc: David Woodhouse <dwmw2@infradead.org>,
"Sean M. Burke" <sburke@cpan.org>,
trivial@rustcorp.com.au
Subject: Re: PATCH: "Ok" -> "OK" in messages
Date: Thu, 23 Jun 2005 09:30:41 -0700 [thread overview]
Message-ID: <42BAE3B1.5010209@am.sony.com> (raw)
In-Reply-To: <20050528125430.GB3870@ojjektum.uhulinux.hu>
� wrote:
>> While we are at it, what about changing this string to something
>> language-neutral, like this:
>>
>> diff -Naurdp a/arch/i386/boot/compressed/misc.c b/arch/i386/boot/compressed/misc.c
>> --- a/arch/i386/boot/compressed/misc.c 2004-04-04 05:37:23.000000000 +0200
>> +++ b/arch/i386/boot/compressed/misc.c 2004-05-09 23:18:06.000000000 +0200
>> @@ -10,6 +10,7 @@
>> */
>>
>> #include <linux/linkage.h>
>> +#include <linux/version.h>
>> #include <linux/vmalloc.h>
>> #include <linux/tty.h>
>> #include <video/edid.h>
>> @@ -373,9 +374,9 @@ asmlinkage int decompress_kernel(struct
>> else setup_output_buffer_if_we_run_high(mv);
>>
>> makecrc();
>> - putstr("Uncompressing Linux... ");
>> + putstr("Linux " UTS_RELEASE);
>> gunzip();
>> - putstr("Ok, booting the kernel.\n");
>> + putstr("\n");
>> if (high_loaded) close_output_buffer_if_we_run_high(mv);
>> return high_loaded;
>> }
Language neutrality is not a goal for kernel messages,
that I'm aware of. I disagree with this change because
it yields a net reduction in understanding what's going
on during booting.
=============================
Tim Bird
Architecture Group Chair, CE Linux Forum
Senior Staff Engineer, Sony Electronics
=============================
next prev parent reply other threads:[~2005-06-23 16:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-28 11:13 PATCH: "Ok" -> "OK" in messages Sean M. Burke
2005-05-28 11:29 ` David Woodhouse
2005-05-28 12:54 ` Pozsár Balázs
2005-06-23 16:30 ` Tim Bird [this message]
2005-06-23 16:53 ` Pozsár Balázs
2005-06-23 18:32 ` Tim Bird
2005-06-23 23:33 ` Alan Cox
2005-05-28 11:53 ` Måns Rullgård
2005-05-28 12:12 ` Matthias-Christian Ott
2005-05-28 12:19 ` Måns Rullgård
2005-05-28 16:08 ` Alistair John Strachan
2005-05-28 13:14 ` cutaway
2005-05-28 12:29 ` Måns Rullgård
2005-05-28 21:02 ` Lee Revell
2005-05-29 3:04 ` cutaway
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=42BAE3B1.5010209@am.sony.com \
--to=tim.bird@am.sony.com \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sburke@cpan.org \
--cc=trivial@rustcorp.com.au \
/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