From: Jeff Garzik <jeff@garzik.org>
To: Vegard Nossum <vegard.nossum@gmail.com>
Cc: Jeff Garzik <jgarzik@redhat.com>, Julia Lawall <julia@diku.dk>,
Alexey Dobriyan <adobriyan@gmail.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] au1000_eth: use 'unsigned long' for irqflags
Date: Thu, 14 Aug 2008 04:28:59 -0400 [thread overview]
Message-ID: <48A3ECCB.4070500@garzik.org> (raw)
In-Reply-To: <20080810134252.GA19751@localhost.localdomain>
Vegard Nossum wrote:
>>From a0d915d5e99e752389093b3e1d6cae5ab5438392 Mon Sep 17 00:00:00 2001
> From: Vegard Nossum <vegard.nossum@gmail.com>
> Date: Wed, 6 Aug 2008 14:12:11 +0200
> Subject: [PATCH] au1000_eth: use 'unsigned long' for irqflags
>
> The patch was generated using the Coccinelle semantic patch framework.
>
> Cc: Julia Lawall <julia@diku.dk>
> Cc: Alexey Dobriyan <adobriyan@gmail.com>
> Cc: Jeff Garzik <jgarzik@redhat.com>
> Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
> ---
> drivers/net/au1000_eth.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
> index cb8be49..5ee1b05 100644
> --- a/drivers/net/au1000_eth.c
> +++ b/drivers/net/au1000_eth.c
> @@ -807,7 +807,7 @@ err_out:
> static int au1000_init(struct net_device *dev)
> {
> struct au1000_private *aup = (struct au1000_private *) dev->priv;
> - u32 flags;
> + unsigned long flags;
> int i;
> u32 control;
applied
prev parent reply other threads:[~2008-08-14 8:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-10 13:42 [PATCH] au1000_eth: use 'unsigned long' for irqflags Vegard Nossum
2008-08-14 8:28 ` Jeff Garzik [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=48A3ECCB.4070500@garzik.org \
--to=jeff@garzik.org \
--cc=adobriyan@gmail.com \
--cc=jgarzik@redhat.com \
--cc=julia@diku.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=vegard.nossum@gmail.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 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.