aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x_hsi.h
diff options
context:
space:
mode:
authorEilon Greenstein <eilong@broadcom.com>2009-02-12 03:38:32 -0500
committerDavid S. Miller <davem@davemloft.net>2009-02-16 02:31:58 -0500
commit356e23850b5ed4471470a918623021765fcaf125 (patch)
tree35de737e86c377773db50abf4a90a631541eb601 /drivers/net/bnx2x_hsi.h
parentf53722514242da8346cbed2223bcea9eed744ebd (diff)
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>
Diffstat (limited to 'drivers/net/bnx2x_hsi.h')
-rw-r--r--drivers/net/bnx2x_hsi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/bnx2x_hsi.h b/drivers/net/bnx2x_hsi.h
index 966b4a2de962..c1ba05cbb33c 100644
--- a/drivers/net/bnx2x_hsi.h
+++ b/drivers/net/bnx2x_hsi.h
@@ -806,11 +806,7 @@ struct mf_cfg {
806 806
807 struct shared_mf_cfg shared_mf_config; 807 struct shared_mf_cfg shared_mf_config;
808 struct port_mf_cfg port_mf_config[PORT_MAX]; 808 struct port_mf_cfg port_mf_config[PORT_MAX];
809#if defined(b710)
810 struct func_mf_cfg func_mf_config[E1_FUNC_MAX];
811#else
812 struct func_mf_cfg func_mf_config[E1H_FUNC_MAX]; 809 struct func_mf_cfg func_mf_config[E1H_FUNC_MAX];
813#endif
814 810
815}; 811};
816 812