keucr: fixes trailing whitespace error
authorAmarjargal Gundjalam <amarjargal16@gmail.com>
Fri, 17 May 2013 08:06:36 +0000 (01:06 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 May 2013 04:13:17 +0000 (21:13 -0700)
This patch fixes the following checkpatch error,
ERROR: trailing whitespace

Signed-off-by: Amarjargal Gundjalam <amarjargal16@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/keucr/smilmain.c
drivers/staging/keucr/usb.h

index 2a227a60f62e5909bc488d18d3ebf1ae4acd54d5..b15844726d4ff60ea7a6620142ec92d1845b756a 100644 (file)
@@ -51,7 +51,7 @@ static BYTE  WorkBuf[SECTSIZE];
 static BYTE  Redundant[REDTSIZE];
 static BYTE  WorkRedund[REDTSIZE];
 /* 128 x 1000, Log2Phy[MAX_ZONENUM][MAX_LOGBLOCK]; */
-static WORD  *Log2Phy[MAX_ZONENUM];    
+static WORD  *Log2Phy[MAX_ZONENUM];
 static BYTE  Assign[MAX_ZONENUM][MAX_BLOCKNUM / 8];
 static WORD  AssignStart[MAX_ZONENUM];
 WORD  ReadBlock;
@@ -199,7 +199,7 @@ int Check_D_MediaFmt(struct us_data *us)
                ErrCode = ERR_UnknownMedia;
                return ERROR;
        }
-       
+
        if (Search_D_CIS(us)) {
                ErrCode = ERR_IllegalFmt;
                return ERROR;
index 2f7c78ecdf9c509f63535bde73b910c30bdb66b4..2dc75b00ecb51ba1ade909ec51783e385c66c568 100644 (file)
@@ -197,7 +197,7 @@ struct us_data {
        BYTE        MMC_SPEC_VER;
        BYTE        MMC_BusWidth;
        BYTE        MMC_HIGH_CAPACITY;
-       
+
        /* ----- MS Control Data ---------------- */
        BOOLEAN             MS_SWWP;
        DWORD               MSP_TotalBlock;
@@ -213,7 +213,7 @@ struct us_data {
        BYTE            BIN_FLAG;
        DWORD           bl_num;
        int             SrbStatus;
-       
+
        /* ------Power Managerment --------------- */
        BOOLEAN         Power_IsResum;  
 };
This page took 0.026064 seconds and 5 git commands to generate.