staging:rtl8188eu Fix remove semicolon in do {}while(0)
authorJanani Sankara Babu <jananis37@gmail.com>
Thu, 21 Sep 2017 05:42:46 +0000 (11:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Sep 2017 08:57:22 +0000 (10:57 +0200)
commit35a53b9a37ca57b7d18e8f92429526c35be244b1
tree2476f7392370fda9fe6391403fc4e44a68ffe3eb
parent1c937c1390cc1ca95032e56b4ec8c4e32e54debe
staging:rtl8188eu Fix remove semicolon in do {}while(0)

This patch removes the semicolon at the end of while statement in the
do while macro , inorder to avoid it behaving like compound statement.

Signed-off-by: Janani Sankara Babu <jananis37@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_security.c