projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb8c96
)
staging: rtl8188eu: add spaces around binary '*'
author
Luca Ceresoli
<
[email protected]
>
Wed, 2 Dec 2015 21:54:00 +0000
(22:54 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 8 Feb 2016 02:58:31 +0000
(18:58 -0800)
Fix checkpatch issue:
CHECK: spaces preferred around that '*' (ctx:VxV)
Signed-off-by: Luca Ceresoli <
[email protected]
>
Cc: Larry Finger <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8188eu/core/rtw_efuse.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8188eu/core/rtw_efuse.c
b/drivers/staging/rtl8188eu/core/rtw_efuse.c
index 2320fb11af24d9e10fc3b5b5a2be3e81bedf0f26..169bb693b75f936d11c76ba5d8ac41b9ad1cb48b 100644
(file)
--- a/
drivers/staging/rtl8188eu/core/rtw_efuse.c
+++ b/
drivers/staging/rtl8188eu/core/rtw_efuse.c
@@
-500,8
+500,8
@@
int Efuse_PgPacketRead(struct adapter *pAdapter, u8 offset, u8 *data)
if (offset > max_section)
return false;
- memset((void *)data, 0xff, sizeof(u8)
*
PGPKT_DATA_SIZE);
- memset((void *)tmpdata, 0xff, sizeof(u8)
*
PGPKT_DATA_SIZE);
+ memset((void *)data, 0xff, sizeof(u8)
*
PGPKT_DATA_SIZE);
+ memset((void *)tmpdata, 0xff, sizeof(u8)
*
PGPKT_DATA_SIZE);
/* <Roger_TODO> Efuse has been pre-programmed dummy 5Bytes at the end of Efuse by CP. */
/* Skip dummy parts to prevent unexpected data read from Efuse. */