mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Con Kolivas <kernel@kolivas.org>
To: Matt Mackall <mpm@selenic.com>
Cc: Con Kolivas <kernel@kolivas.org>,
	netdev@oss.sgi.com,
	linux kernel mailing list <linux-kernel@vger.kernel.org>,
	davem@redhat.com, Jeff Garzik <jgarzik@pobox.com>
Subject: [PATCH]b44poll - whitespace
Date: Wed, 13 Oct 2004 09:26:46 +1000	[thread overview]
Message-ID: <cone.1097623606.213849.12364.502@pc.kolivas.org> (raw)
In-Reply-To: <20041012215732.GV31237@waste.org>

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

>> >+       disable_irq(dev->irq);
>> >+       b44_interrupt (dev->irq, dev, NULL);
>> >+       enable_irq(dev->irq);
>> >
> Stray space between b44_interrupt and args. 

Must have had my eyes closed. Trivial cleanup patch attached, thanks.

Con


[-- Attachment #2: b44poll-ws.diff --]
[-- Type: text/plain, Size: 507 bytes --]

Index: linux-2.6.9-rc4-ck1/drivers/net/b44.c
===================================================================
--- linux-2.6.9-rc4-ck1.orig/drivers/net/b44.c	2004-10-12 21:28:12.000000000 +1000
+++ linux-2.6.9-rc4-ck1/drivers/net/b44.c	2004-10-13 09:24:46.064825491 +1000
@@ -1309,7 +1309,7 @@ err_out_free:
 static void b44_poll_controller(struct net_device *dev)
 {
 	disable_irq(dev->irq);
-	b44_interrupt (dev->irq, dev, NULL);
+	b44_interrupt(dev->irq, dev, NULL);
 	enable_irq(dev->irq);
 }
 #endif

      reply	other threads:[~2004-10-12 23:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-12 11:39 [PATCH] netconsole support for b44 Con Kolivas
2004-10-12 18:09 ` Matt Mackall
2004-10-12 21:48   ` Con Kolivas
2004-10-12 21:57     ` Matt Mackall
2004-10-12 23:26       ` Con Kolivas [this message]

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=cone.1097623606.213849.12364.502@pc.kolivas.org \
    --to=kernel@kolivas.org \
    --cc=davem@redhat.com \
    --cc=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mpm@selenic.com \
    --cc=netdev@oss.sgi.com \
    /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

all inboxes | Powered by JetHome®