]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: mt7621-mmc: Remove whitespace errors in board.h
authorChristian Lütke-Stetzkamp <christian@lkamp.de>
Wed, 4 Apr 2018 20:15:10 +0000 (22:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 13:34:01 +0000 (15:34 +0200)
The whitespace errors in the file board.h are fixed by using the
cleanfile script. Indentations with whitespaces are not changed
in this patch.

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-mmc/board.h

index 33bfc7b9597ade1a365338f874ea11408c0bf5ff..6179ac9714d76184c0a15c4f75d91feabfd68a45 100644 (file)
@@ -102,7 +102,7 @@ struct msdc_hw {
     void (*enable_cd_eirq)(void);
     void (*disable_cd_eirq)(void);
     int  (*get_cd_status)(void);
-    
+
     /* power management callback for external module */
     void (*register_pm)(pm_callback_t pm_cb, void *data);
 };
@@ -122,8 +122,8 @@ extern struct mt3326_gps_hardware mt3326_gps_hw;
 
 /* NAND driver */
 struct mt6575_nand_host_hw {
-    unsigned int nfi_bus_width;                    /* NFI_BUS_WIDTH */ 
-       unsigned int nfi_access_timing;         /* NFI_ACCESS_TIMING */  
+    unsigned int nfi_bus_width;                    /* NFI_BUS_WIDTH */
+       unsigned int nfi_access_timing;         /* NFI_ACCESS_TIMING */
        unsigned int nfi_cs_num;                        /* NFI_CS_NUM */
        unsigned int nand_sec_size;                     /* NAND_SECTOR_SIZE */
        unsigned int nand_sec_shift;            /* NAND_SECTOR_SHIFT */
@@ -134,4 +134,3 @@ struct mt6575_nand_host_hw {
 extern struct mt6575_nand_host_hw mt6575_nand_hw;
 
 #endif /* __ARCH_ARM_MACH_BOARD_H */
-