]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8723bs: fix indentation in if block
authorFabio Aiuto <fabioaiuto83@gmail.com>
Thu, 15 Apr 2021 10:07:21 +0000 (12:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Apr 2021 08:39:51 +0000 (10:39 +0200)
commit81d216974165d34e08c627ef9522aa8da0190837
tree5ad672be0406f673ef292b1c42a9655afb1c9ccc
parentf0ea732ee260e56a5c277cdde658bdedf3e5eaff
staging: rtl8723bs: fix indentation in if block

fix following post-commit hook checkpatch issues:

WARNING: suspect code indent for conditional statements (32, 48)
323: FILE: drivers/staging/rtl8723bs/core/rtw_mlme_ext.c:708:
  if (!ret) {
+
netdev_dbg(padapter->pnetdev,

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/7f548510ebe2427e85f3fe8b33ed937160c64e9f.1618480688.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c