]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: vt6655: Fixed else after return or break warning
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>
Fri, 3 Oct 2014 13:13:06 +0000 (16:13 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:15 +0000 (10:29 +0800)
commitac23fed85801685017fc7bf4567c6dfa024719b7
tree319588900651eeca9c47ac13e76146c851a37a94
parent3286ae5f62a51edccdc40729a79ed5da54f00646
staging: vt6655: Fixed else after return or break warning

The following patch fixes the checkpatch.pl warning:

drivers/staging/vt6655/hostap.c warning: else is not generally useful after a break or return

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/hostap.c