]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tg3: Remove function errors flagged by checkpatch
authorMatt Carlson <mcarlson@broadcom.com>
Mon, 12 Apr 2010 06:58:30 +0000 (06:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Apr 2010 09:25:46 +0000 (02:25 -0700)
commitde6f31eb9a467cfd0f1f8c5e6ca842563f7f2870
treec86e85b2756d0f1e343324cff27a6231cd5e7e5e
parent04380d401ebd02ec68bb0fc170f21a93690ebc80
tg3: Remove function errors flagged by checkpatch

This patch removes the following checkpatch errors:

* return is not a function, parentheses are not required
* space prohibited between function name and open parenthesis '('

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c