Commit 4f3fff72 authored by Amarjargal Gundjalam's avatar Amarjargal Gundjalam Committed by Greg Kroah-Hartman

keucr: fixes trailing whitespace error

This patch fixes the following checkpatch error,
ERROR: trailing whitespace
Signed-off-by: default avatarAmarjargal Gundjalam <amarjargal16@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5a5097a4
...@@ -51,7 +51,7 @@ static BYTE WorkBuf[SECTSIZE]; ...@@ -51,7 +51,7 @@ static BYTE WorkBuf[SECTSIZE];
static BYTE Redundant[REDTSIZE]; static BYTE Redundant[REDTSIZE];
static BYTE WorkRedund[REDTSIZE]; static BYTE WorkRedund[REDTSIZE];
/* 128 x 1000, Log2Phy[MAX_ZONENUM][MAX_LOGBLOCK]; */ /* 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 BYTE Assign[MAX_ZONENUM][MAX_BLOCKNUM / 8];
static WORD AssignStart[MAX_ZONENUM]; static WORD AssignStart[MAX_ZONENUM];
WORD ReadBlock; WORD ReadBlock;
...@@ -199,7 +199,7 @@ int Check_D_MediaFmt(struct us_data *us) ...@@ -199,7 +199,7 @@ int Check_D_MediaFmt(struct us_data *us)
ErrCode = ERR_UnknownMedia; ErrCode = ERR_UnknownMedia;
return ERROR; return ERROR;
} }
if (Search_D_CIS(us)) { if (Search_D_CIS(us)) {
ErrCode = ERR_IllegalFmt; ErrCode = ERR_IllegalFmt;
return ERROR; return ERROR;
......
...@@ -197,7 +197,7 @@ struct us_data { ...@@ -197,7 +197,7 @@ struct us_data {
BYTE MMC_SPEC_VER; BYTE MMC_SPEC_VER;
BYTE MMC_BusWidth; BYTE MMC_BusWidth;
BYTE MMC_HIGH_CAPACITY; BYTE MMC_HIGH_CAPACITY;
/* ----- MS Control Data ---------------- */ /* ----- MS Control Data ---------------- */
BOOLEAN MS_SWWP; BOOLEAN MS_SWWP;
DWORD MSP_TotalBlock; DWORD MSP_TotalBlock;
...@@ -213,7 +213,7 @@ struct us_data { ...@@ -213,7 +213,7 @@ struct us_data {
BYTE BIN_FLAG; BYTE BIN_FLAG;
DWORD bl_num; DWORD bl_num;
int SrbStatus; int SrbStatus;
/* ------Power Managerment --------------- */ /* ------Power Managerment --------------- */
BOOLEAN Power_IsResum; BOOLEAN Power_IsResum;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment