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:
590a95e
)
staging: wfx: data_rx.c: remove space after cast
author
Kaaira Gupta
<kgupta@es.iitr.ac.in>
Tue, 10 Mar 2020 14:25:04 +0000
(19:55 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 11 Mar 2020 07:04:53 +0000
(08:04 +0100)
remove an unesseccary space after a cast in file data_rx.c
Signed-off-by: Kaaira Gupta <kgupta@es.iitr.ac.in>
Link:
https://lore.kernel.org/r/20200310142509.25632-2-kgupta@es.iitr.ac.in
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/data_rx.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wfx/data_rx.c
b/drivers/staging/wfx/data_rx.c
index 2a09f6b978c3bf527eb4388b66e05553a82bcaf2..c5b83fedeb55cef78c2a932577fd42b6cf328ef7 100644
(file)
--- a/
drivers/staging/wfx/data_rx.c
+++ b/
drivers/staging/wfx/data_rx.c
@@
-17,7
+17,7
@@
static int wfx_drop_encrypt_data(struct wfx_dev *wdev,
const struct hif_ind_rx *arg,
struct sk_buff *skb)
{
- struct ieee80211_hdr *frame = (struct ieee80211_hdr *)
skb->data;
+ struct ieee80211_hdr *frame = (struct ieee80211_hdr *)skb->data;
size_t hdrlen = ieee80211_hdrlen(frame->frame_control);
size_t iv_len, icv_len;