All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] typo in comment
@ 2001-08-22 18:54 Eli Carter
  2001-08-22 19:21 ` Evgeny Polyakov
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Carter @ 2001-08-22 18:54 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

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

Alan, (& etc.)

No, it's not terribly important, but in studying the networking code, I
noticed it, so here's a patch against 2.2.19.  Please apply.  (It's
attached to avoid possible mangling problems.)

Comments, questions, complaints?

Eli 
--------------------.     Real Users find the one combination of bizarre
Eli Carter           \ input values that shuts down the system for days.
eli.carter(a)inet.com `-------------------------------------------------

[-- Attachment #2: spelling.patch --]
[-- Type: text/plain, Size: 667 bytes --]

Index: linux/net/ipv4/route.c
===================================================================
RCS file: /opt/eli_depot/kernelCVS/linux/net/ipv4/route.c,v
retrieving revision 1.1.1.9
diff -u -r1.1.1.9 route.c
--- linux/net/ipv4/route.c	2001/01/20 11:03:27	1.1.1.9
+++ linux/net/ipv4/route.c	2001/08/22 18:47:59
@@ -1346,7 +1346,7 @@
 #ifdef CONFIG_IP_ROUTE_VERBOSE
 	if (IN_DEV_LOG_MARTIANS(in_dev) && net_ratelimit()) {
 		/*
-		 *	RFC1812 recommenadtion, if source is martian,
+		 *	RFC1812 recommendation, if source is martian,
 		 *	the only hint is MAC header.
 		 */
 		printk(KERN_WARNING "martian source %08x for %08x, dev %s\n", saddr, daddr, dev->name);

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

* Re: [PATCH] typo in comment
  2001-08-22 18:54 [PATCH] typo in comment Eli Carter
@ 2001-08-22 19:21 ` Evgeny Polyakov
  0 siblings, 0 replies; 3+ messages in thread
From: Evgeny Polyakov @ 2001-08-22 19:21 UTC (permalink / raw)
  To: Eli Carter; +Cc: alan, linux-kernel

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

Hello.

On Wed, 22 Aug 2001 13:54:58 -0500
Eli Carter <eli.carter@inet.com> wrote:

EC> Alan, (& etc.)

EC> No, it's not terribly important, but in studying the networking code,
EC> I
EC> noticed it, so here's a patch against 2.2.19.  Please apply.  (It's
EC> attached to avoid possible mangling problems.)

EC> Comments, questions, complaints?

And here is one more patch, which fixing one warning in esssolo1.c and
against 2.4.9
It's like yours: one -, one +
:))

EC> Eli 

---
WBR. //s0mbre

[-- Attachment #2: esssolo1.patch --]
[-- Type: text/plain, Size: 382 bytes --]

--- /tmp/linux/drivers/sound/esssolo1.c	Wed Aug 22 01:40:55 2001
+++ ./drivers/sound/esssolo1.c	Wed Aug 22 17:35:13 2001
@@ -2262,7 +2279,7 @@
 solo1_suspend(struct pci_dev *pci_dev, u32 state) {
 	struct solo1_state *s = (struct solo1_state*)pci_get_drvdata(pci_dev);
 	if (!s)
-		return;
+		return -1;
 	outb(0, s->iobase+6);
 	/* DMA master clear */
 	outb(0, s->ddmabase+0xd); 

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

* [PATCH] typo in comment
@ 2002-12-03 13:47 Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2002-12-03 13:47 UTC (permalink / raw)
  To: Linux Kernel Development; +Cc: Rusty Trivial Russell


Typo in comment. Applies to both 2.4.20 and 2.5.50.

--- linux/kernel/printk.c.orig	Fri Mar  1 11:06:05 2002
+++ linux/kernel/printk.c	Tue Dec  3 14:42:39 2002
@@ -629,7 +629,7 @@
 	}
 	if (console->flags & CON_PRINTBUFFER) {
 		/*
-		 * release_cosole_sem() will print out the buffered messages for us.
+		 * release_console_sem() will print out the buffered messages for us.
 		 */
 		spin_lock_irqsave(&logbuf_lock, flags);
 		con_start = log_start;

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


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

end of thread, other threads:[~2002-12-03 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-22 18:54 [PATCH] typo in comment Eli Carter
2001-08-22 19:21 ` Evgeny Polyakov
  -- strict thread matches above, loose matches on Subject: below --
2002-12-03 13:47 Geert Uytterhoeven

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.