bnx2x: Clean-up

Whitespaces, empty lines, 80 columns, indentations and removing redundant
parenthesis

Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Eilon Greenstein
2009-02-12 08:38:32 +00:00
committed by David S. Miller
parent f537225142
commit 356e23850b
6 changed files with 52 additions and 53 deletions

View File

@ -66,8 +66,6 @@ struct link_params {
/* Device parameters */
u8 mac_addr[6];
/* shmem parameters */
u32 shmem_base;
u32 speed_cap_mask;
@ -182,4 +180,5 @@ u8 bnx2x_test_link(struct link_params *input, struct link_vars *vars);
/* One-time initialization for external phy after power up */
u8 bnx2x_common_init_phy(struct bnx2x *bp, u32 shmem_base);
#endif /* BNX2X_LINK_H */