All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Numdimmies MUST DIE!
@ 2004-05-03  2:26 Rusty Russell
  2004-05-03  2:51 ` Udo A. Steinberg
  2004-05-12  5:41 ` Herbert Poetzl
  0 siblings, 2 replies; 5+ messages in thread
From: Rusty Russell @ 2004-05-03  2:26 UTC (permalink / raw)
  To: lkml - Kernel Mailing List; +Cc: Andrew Morton

Status: Vitally Important

I'm sure this is violating the trademark of a pre-schooler's TV show
somewhere in the world.

diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal .18765-linux-2.6.6-rc3-bk4/drivers/net/dummy.c .18765-linux-2.6.6-rc3-bk4.updated/drivers/net/dummy.c
--- .18765-linux-2.6.6-rc3-bk4/drivers/net/dummy.c	2004-04-29 17:29:43.000000000 +1000
+++ .18765-linux-2.6.6-rc3-bk4.updated/drivers/net/dummy.c	2004-05-03 12:25:11.000000000 +1000
@@ -104,7 +104,7 @@ static struct net_device **dummies;
 
 /* Number of dummy devices to be set up by this module. */
 module_param(numdummies, int, 0);
-MODULE_PARM_DESC(numdimmies, "Number of dummy psuedo devices");
+MODULE_PARM_DESC(numdummies, "Number of dummy psuedo devices");
 
 static int __init dummy_init_one(int index)
 {

-- 
Anyone who quotes me in their signature is an idiot -- Rusty Russell


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

* Re: [PATCH] Numdimmies MUST DIE!
  2004-05-03  2:26 [PATCH] Numdimmies MUST DIE! Rusty Russell
@ 2004-05-03  2:51 ` Udo A. Steinberg
  2004-05-03  3:20   ` Rusty Russell
  2004-05-12  5:41 ` Herbert Poetzl
  1 sibling, 1 reply; 5+ messages in thread
From: Udo A. Steinberg @ 2004-05-03  2:51 UTC (permalink / raw)
  To: Rusty Russell; +Cc: Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 976 bytes --]

On Mon, 03 May 2004 12:26:42 +1000 Rusty Russell (RR) wrote:

RR> Status: Vitally Important
RR> 
RR> I'm sure this is violating the trademark of a pre-schooler's TV show
RR> somewhere in the world.

While you're at it, there's more (revised patch below):

diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal .18765-linux-2.6.6-rc3-bk4/drivers/net/dummy.c .18765-linux-2.6.6-rc3-bk4.updated/drivers/net/dummy.c
--- .18765-linux-2.6.6-rc3-bk4/drivers/net/dummy.c	2004-04-29 17:29:43.000000000 +1000
+++ .18765-linux-2.6.6-rc3-bk4.updated/drivers/net/dummy.c	2004-05-03 12:25:11.000000000 +1000
@@ -104,7 +104,7 @@ static struct net_device **dummies;
 
 /* Number of dummy devices to be set up by this module. */
 module_param(numdummies, int, 0);
-MODULE_PARM_DESC(numdimmies, "Number of dummy psuedo devices");
+MODULE_PARM_DESC(numdummies, "Number of dummy pseudo devices");
 
 static int __init dummy_init_one(int index)
 {

-Udo.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [PATCH] Numdimmies MUST DIE!
  2004-05-03  2:51 ` Udo A. Steinberg
@ 2004-05-03  3:20   ` Rusty Russell
  2004-05-03  5:31     ` David S. Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Rusty Russell @ 2004-05-03  3:20 UTC (permalink / raw)
  To: Udo A. Steinberg; +Cc: Linux Kernel Mailing List

On Mon, 2004-05-03 at 12:51, Udo A. Steinberg wrote:
> While you're at it, there's more (revised patch below):

Thank you for your valuable contribution.  I hesitate to suggest that a
CREDITS entry is appropriate at this point, but it's good to know that
someone else shares my finely-tuned sense of what's important in the
kernel.

Name: Psuedo Numdimmies MUST DIE!
Status: Vitally Important

I'm sure this is violating the trademark of a pre-schooler's TV show
somewhere in the world.

diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal .18765-linux-2.6.6-rc3-bk4/drivers/net/dummy.c .18765-linux-2.6.6-rc3-bk4.updated/drivers/net/dummy.c
--- .18765-linux-2.6.6-rc3-bk4/drivers/net/dummy.c	2004-04-29 17:29:43.000000000 +1000
+++ .18765-linux-2.6.6-rc3-bk4.updated/drivers/net/dummy.c	2004-05-03 12:25:11.000000000 +1000
@@ -104,7 +104,7 @@ static struct net_device **dummies;
 
 /* Number of dummy devices to be set up by this module. */
 module_param(numdummies, int, 0);
-MODULE_PARM_DESC(numdimmies, "Number of dummy psuedo devices");
+MODULE_PARM_DESC(numdummies, "Number of dummy pseudo devices");
 
 static int __init dummy_init_one(int index)
 {

-- 
Anyone who quotes me in their signature is an idiot -- Rusty Russell


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

* Re: [PATCH] Numdimmies MUST DIE!
  2004-05-03  3:20   ` Rusty Russell
@ 2004-05-03  5:31     ` David S. Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David S. Miller @ 2004-05-03  5:31 UTC (permalink / raw)
  To: Rusty Russell; +Cc: us15, linux-kernel


Applied, thanks.

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

* Re: [PATCH] Numdimmies MUST DIE!
  2004-05-03  2:26 [PATCH] Numdimmies MUST DIE! Rusty Russell
  2004-05-03  2:51 ` Udo A. Steinberg
@ 2004-05-12  5:41 ` Herbert Poetzl
  1 sibling, 0 replies; 5+ messages in thread
From: Herbert Poetzl @ 2004-05-12  5:41 UTC (permalink / raw)
  To: Rusty Russell; +Cc: lkml - Kernel Mailing List, Andrew Morton

On Mon, May 03, 2004 at 12:26:42PM +1000, Rusty Russell wrote:
> Status: Vitally Important
> 
> I'm sure this is violating the trademark of a pre-schooler's TV show
> somewhere in the world.
> 
> diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal .18765-linux-2.6.6-rc3-bk4/drivers/net/dummy.c .18765-linux-2.6.6-rc3-bk4.updated/drivers/net/dummy.c
> --- .18765-linux-2.6.6-rc3-bk4/drivers/net/dummy.c	2004-04-29 17:29:43.000000000 +1000
> +++ .18765-linux-2.6.6-rc3-bk4.updated/drivers/net/dummy.c	2004-05-03 12:25:11.000000000 +1000
> @@ -104,7 +104,7 @@ static struct net_device **dummies;
>  
>  /* Number of dummy devices to be set up by this module. */
>  module_param(numdummies, int, 0);
> -MODULE_PARM_DESC(numdimmies, "Number of dummy psuedo devices");
> +MODULE_PARM_DESC(numdummies, "Number of dummy psuedo devices");

hmm, maybe they could evolve, and become pseudo
devices in this process too? (instead of psuedo)

best,
Herbert

>  static int __init dummy_init_one(int index)
>  {
> 
> -- 
> Anyone who quotes me in their signature is an idiot -- Rusty Russell
> 
> -
> 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/

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

end of thread, other threads:[~2004-05-12  5:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-03  2:26 [PATCH] Numdimmies MUST DIE! Rusty Russell
2004-05-03  2:51 ` Udo A. Steinberg
2004-05-03  3:20   ` Rusty Russell
2004-05-03  5:31     ` David S. Miller
2004-05-12  5:41 ` Herbert Poetzl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.