]> git.ipfire.org Git - thirdparty/linux.git/commit
staging: rtl8723bs: remove unnecessary braces
authorGopi Krishna Menon <krishnagopi487@gmail.com>
Sun, 8 Mar 2026 03:16:38 +0000 (08:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Mar 2026 16:50:11 +0000 (17:50 +0100)
commit78285e5830e6cc24bc987da9007e3e039a125cf0
tree64d36504fbb847d6601f9c7e12d032dcbf839708
parent36561a326ce0f3494f59bc1c0a7d516b1d43f068
staging: rtl8723bs: remove unnecessary braces

Checkpatch reports the following warning in odm_DIG.c

WARNING: braces {} are not necessary for single statement blocks

Remove unnecessary braces from single line conditional statements in
odm_DIG.c to fix checkpatch warning.

Suggested-by: Bera Yüzlü <b9788213@gmail.com>
Signed-off-by: Gopi Krishna Menon <krishnagopi487@gmail.com>
Link: https://patch.msgid.link/20260308031704.4907-1-krishnagopi487@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/odm_DIG.c