staging: rtl8192e: add missing braces {}
authorStephan Snyman <rooiratel@tinyglitch.net>
Thu, 20 Apr 2023 13:32:09 +0000 (15:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 May 2023 14:07:27 +0000 (16:07 +0200)
commit77f2760e7111ddcfb3ab1eb7d242ec38ed9480e2
tree2da597044db5cee66a39c738d9a0153fb0ba9f9e
parent9fd3210602877d0909886387157386f65cfba415
staging: rtl8192e: add missing braces {}

Add missing braces to if/else statements to adhere to the
Linux kernel coding-style guidelines.
These issues were reported by checkpatch.pl

"CHECK: braces {} should be used on all arms of this statement"

Signed-off-by: Stephan Snyman <rooiratel@tinyglitch.net>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20230420133209.4661-1-rooiratel@tinyglitch.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_rx.c