staging: r8188eu: remove {} for single statement blocks
authorDeepak R Varma <drv@mailo.com>
Thu, 20 Oct 2022 21:27:47 +0000 (02:57 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Oct 2022 08:00:21 +0000 (10:00 +0200)
commit3c480b32431272e0a4a78ee1f20bba96deaddd72
tree9a3a5d50976bea30ba3533df7e4fec6e48f19f08
parent9d76dae6c86e7945b51054cd477c5b8f0bcb3a87
staging: r8188eu: remove {} for single statement blocks

As per the Linux kernel coding-style guidelines, there is no need to
use {} for single statement blocks. Issue flagged by checkpatch script.

Signed-off-by: Deepak R Varma <drv@mailo.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/a50460e1507621b29a7901cc4ff9501b172417db.1666299151.git.drv@mailo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_br_ext.c