projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
664578d
)
staging: wilc1000: avoid use of C++ style comments
author
Ajay Singh
<ajay.kathat@microchip.com>
Tue, 5 Nov 2019 09:51:30 +0000
(09:51 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 5 Nov 2019 17:08:52 +0000
(18:08 +0100)
Replace C++ style comment with C style.
Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Link:
https://lore.kernel.org/r/20191105095058.24223-5-ajay.kathat@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/hif.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/hif.c
b/drivers/staging/wilc1000/hif.c
index 25f035c02b1013a75e0396f6eba97b86820eba46..5f6706bcedf6c1398fd6a5437589fa2fa66bcb3c 100644
(file)
--- a/
drivers/staging/wilc1000/hif.c
+++ b/
drivers/staging/wilc1000/hif.c
@@
-552,7
+552,7
@@
void *wilc_parse_join_bss_param(struct cfg80211_bss *bss,
param->mode_802_11i = 2;
param->rsn_found = true;
- /
/extract RSN capabilities
+ /
* extract RSN capabilities */
offset += (rsn_ie[offset] * 4) + 2;
offset += (rsn_ie[offset] * 4) + 2;
memcpy(param->rsn_cap, &rsn_ie[offset], 2);