e1000e: cleanup whitespace in recent commit
authorBruce Allan <[email protected]>
Fri, 2 Aug 2013 03:33:32 +0000 (03:33 +0000)
committerJeff Kirsher <[email protected]>
Thu, 22 Aug 2013 09:33:05 +0000 (02:33 -0700)
Commit (c96ddb0b e1000e: Use marco instead of digit for defining
e1000_rx_desc_packet_split) moved a define from one file to another but
missed using proper indentation/whitespace.

CC: Sergei Shtylyov <[email protected]>
Signed-off-by: Bruce Allan <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/e1000e/hw.h

index b799fd9b6aa9e163f7a705bc6c6c2e35fc94ac8d..b7f38435d1fdb90336dd0c9511d78c7cd273e8d7 100644 (file)
@@ -233,7 +233,8 @@ union e1000_rx_desc_extended {
 #define MAX_PS_BUFFERS 4
 
 /* Number of packet split data buffers (not including the header buffer) */
-#define PS_PAGE_BUFFERS                        (MAX_PS_BUFFERS - 1)
+#define PS_PAGE_BUFFERS        (MAX_PS_BUFFERS - 1)
+
 /* Receive Descriptor - Packet Split */
 union e1000_rx_desc_packet_split {
        struct {