lkml.org 
[lkml]   [2001]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] typo in comment
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
--- /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);
\
 
 \ /
  Last update: 2005-03-22 12:57    [W:0.026 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site