bnx2x: Semantic removal and beautification
authorYuval Mintz <yuvalmin@broadcom.com>
Sun, 2 Jun 2013 00:06:19 +0000 (00:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2013 04:36:47 +0000 (21:36 -0700)
This patch introduces several small  changes to the driver, none which actually
change any flow:
 1. Removes prototypes of unexisting functions and unused defines.
 2. Fixes alignment and spacing issues.
 3. Changes numeric usage into constants.
 4. Remove unnecessary parenthesis.

Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found