staging: et131x: add blank lines after declarations
authorMaarten de Jonge <mdejonge1990@gmail.com>
Sun, 4 May 2014 17:26:51 +0000 (19:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 11:43:47 +0000 (20:43 +0900)
Signed-off-by: Maarten de Jonge <mdejonge1990@gmail.com>
Acked-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/et131x/et131x.c

index 1ac718476edb479ccd706199f0b53be0742c0f43..0901ef5d6e8ad4af2868c9f70b76d37513bfbfab 100644 (file)
@@ -762,6 +762,7 @@ static int et131x_init_eeprom(struct et131x_adapter *adapter)
         */
        if (eestatus & 0x4C) {
                int write_failed = 0;
+
                if (pdev->revision == 0x01) {
                        int     i;
                        static const u8 eedata[4] = { 0xFE, 0x13, 0x10, 0xFF };
@@ -2091,6 +2092,7 @@ static void et1310_disable_phy_coma(struct et131x_adapter *adapter)
 static inline u32 bump_free_buff_ring(u32 *free_buff_ring, u32 limit)
 {
        u32 tmp_free_buff_ring = *free_buff_ring;
+
        tmp_free_buff_ring++;
        /* This works for all cases where limit < 1024. The 1023 case
         * works because 1023++ is 1024 which means the if condition is not
This page took 0.028358 seconds and 5 git commands to generate.