From: Tapasweni Pathak Date: Sun, 21 Sep 2014 00:15:18 +0000 (+0530) Subject: Staging: rtl8712: fixed space prohibition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b105374c51f88dd8c2fc0524fd4f7a7c0ec3388a;p=linux-beck.git Staging: rtl8712: fixed space prohibition This patch fixes checkpatch.pl warning in file rtl871x_io.h WARNING : space prohibited before semicolon Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8712/rtl871x_io.h b/drivers/staging/rtl8712/rtl871x_io.h index dc23395fec3b..48ad10b023fd 100644 --- a/drivers/staging/rtl8712/rtl871x_io.h +++ b/drivers/staging/rtl8712/rtl871x_io.h @@ -166,7 +166,7 @@ struct reg_protocol_rd { u32 Byte4Access:1; u32 Byte2Access:1; u32 Byte1Access:1; - u32 BurstMode:1 ; + u32 BurstMode:1; u32 FixOrContinuous:1; u32 Reserved4:16; /*DW3*/