From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: kernel-janitors@vger.kernel.org
Subject: Re: [Kernel-janitors] [PATCH] 90 patches for unnecessary casts
Date: Sun, 22 Feb 2004 12:55:02 +0000 [thread overview]
Message-ID: <20040222125502.GD13913@conectiva.com.br> (raw)
In-Reply-To: <20040125105212.GA2064@localhost>
Em Sun, Feb 22, 2004 at 01:05:20PM +0100, Carlo Perassi escreveu:
> > I have most of these merged, but some of the changes no longer
> > apply. Please rediff and resend the changes for:
> >
> > drivers/net/3c527.c
> > drivers/net/tc35815.c
> > drivers/net/68360enet.c
> >
> > (against 2.6.3).
>
> - a patch for drivers/net/3c527.c is attached
> - drivers/net/tc35815.c is fine
> - drivers/net/68360enet.c doesn't exist. which file do you mean?
> --
> Carlo Perassi - http://www.linux.it/~carlo/
>
> static void mc32_tx_ring(struct net_device *dev)
> {
> - struct mc32_local *lp=(struct mc32_local *)dev->priv;
> + struct mc32_local *lpÞv->priv;
While at it please insert spaces before and after operators, like:
struct mc32_local *lp = dev->priv;
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
next prev parent reply other threads:[~2004-02-22 12:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-25 10:52 [Kernel-janitors] [PATCH] 90 patches for unnecessary casts Carlo Perassi
2004-02-19 1:06 ` Randy.Dunlap
2004-02-22 12:05 ` Carlo Perassi
2004-02-22 12:55 ` Arnaldo Carvalho de Melo [this message]
2004-02-23 0:23 ` Randy.Dunlap
2004-02-23 0:35 ` Randy.Dunlap
2004-02-24 21:53 ` Randy.Dunlap
2004-02-26 10:29 ` Carlo Perassi
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=20040222125502.GD13913@conectiva.com.br \
--to=acme@conectiva.com.br \
--cc=kernel-janitors@vger.kernel.org \
/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.