mirror of https://gitee.com/openkylin/linux.git
keucr: fixes trailing whitespace error
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>
This commit is contained in:
parent
5a5097a476
commit
4f3fff72b7
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue