diff options
| author | Larry Finger <Larry.Finger@lwfinger.net> | 2014-02-15 02:54:06 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-16 00:34:44 +0400 |
| commit | 34fdae8dd88f37ff1fbd40d6470b98d730b0a6f0 (patch) | |
| tree | 2be8d46b23025201cc6c8e308e5dc855aa1025a9 | |
| parent | 44630dee03d6c7f143668e7629d073198091b63c (diff) | |
| download | linux-34fdae8dd88f37ff1fbd40d6470b98d730b0a6f0.tar.xz | |
staging: r8188eu: Remove pointless "alignment" entry in recv_frame
This alignment entry in union recv_frame does nothing. It certainly
dues not ensure alignment.
Suggested-by: Jes.Sorensen@redhat.com
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Jes.Sorensen@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/rtl8188eu/include/rtw_recv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h index 866c9e47011d..c6d7a659e9d1 100644 --- a/drivers/staging/rtl8188eu/include/rtw_recv.h +++ b/drivers/staging/rtl8188eu/include/rtw_recv.h @@ -292,7 +292,6 @@ struct recv_frame_hdr { union recv_frame { union { struct recv_frame_hdr hdr; - uint mem[RECVFRAME_HDR_ALIGN>>2]; } u; }; |
