summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-10-10 16:07:59 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-11 15:47:06 -0700
commita22526e48d6aebc70ed1d19cc3d2724489775aa4 (patch)
tree5ed19afad728d5e76cf7e7aac5a30a44a87159b4 /drivers/staging/rtl8188eu
parenta7d7b0163178b85546a075276a81f27c8c24b786 (diff)
downloadlinux-a22526e48d6aebc70ed1d19cc3d2724489775aa4.tar.bz2
staging: Remove unnecessary semicolons
These aren't necessary after switch, if and while statements. Also remove some unnecessary braces where these semicolons were removed around single statement and some unnecessary blank lines. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_recv.c b/drivers/staging/rtl8188eu/core/rtw_recv.c
index ba8e53463d10..9f0f30f7069a 100644
--- a/drivers/staging/rtl8188eu/core/rtw_recv.c
+++ b/drivers/staging/rtl8188eu/core/rtw_recv.c
@@ -1586,7 +1586,7 @@ _func_enter_;
pfhdr->attrib.icv_len = pnfhdr->attrib.icv_len;
plist = get_next(plist);
- };
+ }
/* free the defrag_q queue and return the prframe */
rtw_free_recvframe_queue(defrag_q, pfree_recv_queue);