From: [EMAIL PROTECTED]
Date: Tue, 16 Oct 2007 14:24:12 -0700
> 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]>
Please help my eyes, I can't see the fix:
> @@ -3454,7 +3454,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__);
>
This might be a coding style fix, as far as I can see, but I can't
imagine how it can effect compilation at all. It just removes a space
between the "*" and "dev" but that space is harmless.
-
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