linux_dsm_epyc7002/drivers/net/ethernet/broadcom/bnx2x
Yuval Mintz d231023eb1 bnx2x: link cleanup
This patch does several things:
 1. Add static to function when possible.
 2. Correct comments.
 3. Change msleep(small) --> usleep_range(small, small*2).
    Also correct existing calls to usleep_range.
 4. Remove dead code.
 5. Change 'if(rc != 0)' --> if(rc)

Most of these changes are purely semantic.

Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Yaniv Rosner <yaniv.rosner@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-22 17:20:32 -07:00
..
bnx2x_cmn.c bnx2x: Support DCBX for all functions 2012-06-19 14:34:35 -07:00
bnx2x_cmn.h bnx2x: Support DCBX for all functions 2012-06-19 14:34:35 -07:00
bnx2x_dcb.c bnx2x: Support DCBX for all functions 2012-06-19 14:34:35 -07:00
bnx2x_dcb.h bnx2x: Update version to 1.72.0 and copyrights 2012-01-26 13:39:52 -05:00
bnx2x_dump.h bnx2x: Update version to 1.72.0 and copyrights 2012-01-26 13:39:52 -05:00
bnx2x_ethtool.c bnx2x: Add support for ethtool -L 2012-06-19 14:34:35 -07:00
bnx2x_fw_defs.h bnx2x: add afex support 2012-04-23 22:34:03 -04:00
bnx2x_fw_file_hdr.h bnx2x: Update version to 1.72.0 and copyrights 2012-01-26 13:39:52 -05:00
bnx2x_hsi.h bnx2x: sfp+ Tx fault detection added 2012-06-22 17:20:32 -07:00
bnx2x_init_ops.h bnx2x: Update version to 1.72.0 and copyrights 2012-01-26 13:39:52 -05:00
bnx2x_init.h bnx2x: add afex support 2012-04-23 22:34:03 -04:00
bnx2x_link.c bnx2x: link cleanup 2012-06-22 17:20:32 -07:00
bnx2x_link.h bnx2x: sfp+ Tx fault detection added 2012-06-22 17:20:32 -07:00
bnx2x_main.c bnx2x: Support DCBX for all functions 2012-06-19 14:34:35 -07:00
bnx2x_reg.h bnx2x: Support DCBX for all functions 2012-06-19 14:34:35 -07:00
bnx2x_sp.c bnx2x: Add support for 4-tupple UDP RSS 2012-06-19 14:34:34 -07:00
bnx2x_sp.h bnx2x: Add support for 4-tupple UDP RSS 2012-06-19 14:34:34 -07:00
bnx2x_stats.c bnx2x: Split the FP structure 2012-06-19 14:34:35 -07:00
bnx2x_stats.h bnx2x: Added EEE support 2012-06-07 13:18:54 -07:00
bnx2x.h bnx2x: Change date and version to 1.72.51-0 2012-06-19 14:34:35 -07:00
Makefile