amd-xgbe-phy: Checkpatch driver fixes
authorLendacky, Thomas <Thomas.Lendacky@amd.com>
Wed, 3 Sep 2014 17:14:39 +0000 (12:14 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Sep 2014 22:11:21 +0000 (15:11 -0700)
This patch contains fixes identified by checkpatch when run with the
strict option.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/amd-xgbe-phy.c

index da351d3..4e1f7f7 100644 (file)
@@ -75,7 +75,6 @@
 #include <linux/of_device.h>
 #include <linux/uaccess.h>
 
-
 MODULE_AUTHOR("Tom Lendacky <thomas.lendacky@amd.com>");
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_VERSION("1.0.0-a");
@@ -172,7 +171,6 @@ MODULE_DESCRIPTION("AMD 10GbE (amd-xgbe) PHY driver");
 #define SPEED_1000_TXAMP               0xf
 #define SPEED_1000_WORD                        0x1
 
-
 /* SerDes RxTx register offsets */
 #define RXTX_REG20                     0x0050
 #define RXTX_REG114                    0x01c8
@@ -266,7 +264,6 @@ do {                                                                        \
        XSIR1_IOWRITE((_priv), _reg, reg_val);                          \
 } while (0)
 
-
 /* Macros for reading or writing SerDes RxTx registers
  *  The ioread macros will get bit fields or full values using the
  *  register definitions formed using the input names
@@ -294,7 +291,6 @@ do {                                                                        \
        XRXTX_IOWRITE((_priv), _reg, reg_val);                          \
 } while (0)
 
-
 enum amd_xgbe_phy_an {
        AMD_XGBE_AN_READY = 0,
        AMD_XGBE_AN_START,