* [PATCH] fix typo "kernal" -> "kernel"
@ 2008-04-24 8:42 Uwe Kleine-König
2008-04-24 8:56 ` Jike Song
0 siblings, 1 reply; 5+ messages in thread
From: Uwe Kleine-König @ 2008-04-24 8:42 UTC (permalink / raw)
To: linux-kernel; +Cc: trivial
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Cc: trivial@kernel.org
---
fs/proc/nommu.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c
index 941e951..618a732 100644
--- a/fs/proc/nommu.c
+++ b/fs/proc/nommu.c
@@ -76,7 +76,7 @@ int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma)
/*
* display a list of all the VMAs the kernel knows about
- * - nommu kernals have a single flat list
+ * - nommu kernels have a single flat list
*/
static int nommu_vma_list_show(struct seq_file *m, void *v)
{
--
1.5.5.1
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] fix typo "kernal" -> "kernel"
2008-04-24 8:42 [PATCH] fix typo "kernal" -> "kernel" Uwe Kleine-König
@ 2008-04-24 8:56 ` Jike Song
2008-05-20 0:04 ` Jesper Juhl
0 siblings, 1 reply; 5+ messages in thread
From: Jike Song @ 2008-04-24 8:56 UTC (permalink / raw)
To: Uwe Kleine-König; +Cc: linux-kernel, trivial
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 1585 bytes --]
seems to be the same. To be pedantic,
http://en.wikipedia.org/wiki/KERNAL
The KERNAL was known as kernel[1] inside of Commodore since the PETdays, but in 1980 Robert Russell misspelled the word in his notebooksforming the word kernal. When Commodore technical writers Neil Harrisand Andy Finkel collected Russell's notes and used them as the basisfor the VIC-20 programmer's manual, the misspelling followed themalong and stuck.[2]
;-)Thanks,
On Thu, Apr 24, 2008 at 4:42 PM, Uwe Kleine-König<Uwe.Kleine-Koenig@digi.com> wrote:> Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>> Cc: trivial@kernel.org> ---> fs/proc/nommu.c | 2 +-> 1 files changed, 1 insertions(+), 1 deletions(-)>> diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c> index 941e951..618a732 100644> --- a/fs/proc/nommu.c> +++ b/fs/proc/nommu.c> @@ -76,7 +76,7 @@ int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma)>> /*> * display a list of all the VMAs the kernel knows about> - * - nommu kernals have a single flat list> + * - nommu kernels have a single flat list> */> static int nommu_vma_list_show(struct seq_file *m, void *v)> {> --> 1.5.5.1>> --> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in> the body of a message to majordomo@vger.kernel.org> More majordomo info at http://vger.kernel.org/majordomo-info.html> Please read the FAQ at http://www.tux.org/lkml/>ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] fix typo "kernal" -> "kernel"
2008-04-24 8:56 ` Jike Song
@ 2008-05-20 0:04 ` Jesper Juhl
2008-05-20 3:14 ` Johannes Weiner
0 siblings, 1 reply; 5+ messages in thread
From: Jesper Juhl @ 2008-05-20 0:04 UTC (permalink / raw)
To: Jike Song; +Cc: Uwe Kleine-König, linux-kernel, trivial
2008/4/24 Jike Song <albcamus@gmail.com>:
> seems to be the same. To be pedantic,
>
> http://en.wikipedia.org/wiki/KERNAL
>
<snip>
None the less I've added the patch to Trivial. It's the Linux *kernel*
after all, not the Linux kernal.
/Jesper
>
>
> On Thu, Apr 24, 2008 at 4:42 PM, Uwe Kleine-König
> <Uwe.Kleine-Koenig@digi.com> wrote:
>> Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
>> Cc: trivial@kernel.org
>> ---
>> fs/proc/nommu.c | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c
>> index 941e951..618a732 100644
>> --- a/fs/proc/nommu.c
>> +++ b/fs/proc/nommu.c
>> @@ -76,7 +76,7 @@ int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma)
>>
>> /*
>> * display a list of all the VMAs the kernel knows about
>> - * - nommu kernals have a single flat list
>> + * - nommu kernels have a single flat list
>> */
>> static int nommu_vma_list_show(struct seq_file *m, void *v)
>> {
>> --
>> 1.5.5.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>>
>
--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: my trivial patches are lost
@ 2009-01-12 22:16 Jiri Kosina
2009-01-12 22:35 ` [PATCH] fix typo "kernal" -> "kernel" Uwe Kleine-König
0 siblings, 1 reply; 5+ messages in thread
From: Jiri Kosina @ 2009-01-12 22:16 UTC (permalink / raw)
To: Uwe Kleine-König; +Cc: linux-kernel, Jesper Juhl
[-- Attachment #1: Type: TEXT/PLAIN, Size: 725 bytes --]
On Mon, 12 Jan 2009, Uwe Kleine-König wrote:
> I wonder what happend to
>
> http://thread.gmane.org/gmane.linux.kernel/660978/
> http://thread.gmane.org/gmane.linux.kernel/670165/
> http://thread.gmane.org/gmane.linux.kernel/698016/
>
> They date back to April and June 2008. For the first two Jesper even
> replied that he took them, but they did not appear in the branch that
> Linus merged from you.
Hi Uwe,
unfortunately, a bunch of patches that Jesper merged into his tree before
handing trivial tree maintainership over to me got lost when gmail
discontinued Jesper's mail account.
I'd like to ask you to resend any unmerged patches you have, I'll process
them properly.
Thanks,
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] fix typo "kernal" -> "kernel"
2009-01-12 22:16 my trivial patches are lost Jiri Kosina
@ 2009-01-12 22:35 ` Uwe Kleine-König
0 siblings, 0 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2009-01-12 22:35 UTC (permalink / raw)
To: linux-kernel; +Cc: Uwe Kleine-König, trivial
From: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Cc: trivial@kernel.org
---
fs/proc/nommu.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c
index 3f87d26..2c871f2 100644
--- a/fs/proc/nommu.c
+++ b/fs/proc/nommu.c
@@ -76,7 +76,7 @@ int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma)
/*
* display a list of all the VMAs the kernel knows about
- * - nommu kernals have a single flat list
+ * - nommu kernels have a single flat list
*/
static int nommu_vma_list_show(struct seq_file *m, void *v)
{
--
1.5.6.5
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-12 22:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-24 8:42 [PATCH] fix typo "kernal" -> "kernel" Uwe Kleine-König
2008-04-24 8:56 ` Jike Song
2008-05-20 0:04 ` Jesper Juhl
2008-05-20 3:14 ` Johannes Weiner
2009-01-12 22:16 my trivial patches are lost Jiri Kosina
2009-01-12 22:35 ` [PATCH] fix typo "kernal" -> "kernel" Uwe Kleine-König
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®