On Fri, 14 Dec 2007 16:14:00 -0500
Jeff Garzik <[EMAIL PROTECTED]> wrote:

> [EMAIL PROTECTED] wrote:
> > From: Andrew Morton <[EMAIL PROTECTED]>
> > 
> > Cc: "David S. Miller" <[EMAIL PROTECTED]>
> > Cc: Emil Medve <[EMAIL PROTECTED]>
> > Cc: Jeff Garzik <[EMAIL PROTECTED]>
> > Cc: Kumar Gala <[EMAIL PROTECTED]>
> > Cc: Li Yang <[EMAIL PROTECTED]>
> > Cc: Paul Mackerras <[EMAIL PROTECTED]>
> > Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
> > ---
> > 
> >  drivers/net/ucc_geth.c |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff -puN 
> > drivers/net/ucc_geth.c~ucc_geth-fix-build-break-introduced-by-commit-09f75cd7bf13720738e6a196cc0107ce9a5bd5a0-checkpatch-fixes
> >  drivers/net/ucc_geth.c
> > --- 
> > a/drivers/net/ucc_geth.c~ucc_geth-fix-build-break-introduced-by-commit-09f75cd7bf13720738e6a196cc0107ce9a5bd5a0-checkpatch-fixes
> > +++ a/drivers/net/ucc_geth.c
> > @@ -3447,7 +3447,7 @@ static int ucc_geth_rx(struct ucc_geth_p
> >     u16 length, howmany = 0;
> >     u32 bd_status;
> >     u8 *bdBuffer;
> > -   struct net_device * dev;
> > +   struct net_device *dev;
> >  
> >     ugeth_vdbg("%s: IN", __FUNCTION__);
> 
> applied this crucial fix to #upstream-fixes with a suitable changelog
> 

heh.  I meant to drop that - the patch machine gets unreliable when it
needs human intervention.  
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to