diff options
author | Andrew Morton <[email protected]> | 2007-12-13 16:02:55 -0800 |
---|---|---|
committer | Jeff Garzik <[email protected]> | 2007-12-14 16:12:38 -0500 |
commit | 4b8fdefa090c8b9582f58a93f73938f9b86c264a (patch) | |
tree | e6566644a01cae0e747f4fb463041651f46ed5d4 | |
parent | 33390a700129aa03f3808c35de017650a688f82a (diff) |
ucc_geth: minor whitespace fix
The zombie whitespace from outer space that will not die!
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]>
Signed-off-by: Jeff Garzik <[email protected]>
-rw-r--r-- | drivers/net/ucc_geth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c index 7f689907ac28..abac7db3819e 100644 --- a/drivers/net/ucc_geth.c +++ b/drivers/net/ucc_geth.c @@ -3447,7 +3447,7 @@ static int ucc_geth_rx(struct ucc_geth_private *ugeth, u8 rxQ, int rx_work_limit u16 length, howmany = 0; u32 bd_status; u8 *bdBuffer; - struct net_device * dev; + struct net_device *dev; ugeth_vdbg("%s: IN", __FUNCTION__); |