[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1648817213.git.sevinj.aghayeva@gmail.com>
Date: Fri, 1 Apr 2022 09:02:44 -0400
From: Sevinj Aghayeva <sevinj.aghayeva@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
outreachy@...ts.linux.dev,
Sevinj Aghayeva <sevinj.aghayeva@...il.com>
Subject: [PATCH 0/3] rlt8723bs cleanup
These patches fix three categories of checkpatch warnings (redundant
braces, redundant else branches after return/break, and constant
placements on tests) in file rtw_mlme_ext.c, which is part of the
rtl8723bs driver. False positives, such as
if (foo) {
/* TODO: ... */
}
were not altered.
Sevinj Aghayeva (3):
staging: rtl8723bs: remove redundant braces in if statements
staging: rtl8723bs: place constants on the right side of tests
staging: rtl8723bs: remove redundant else branches
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c | 167 ++++++++----------
1 file changed, 70 insertions(+), 97 deletions(-)
--
2.25.1
Powered by blists - more mailing lists