]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: rtl8723bs: Add spaces and line breaks to improve readability
authorAbraham Samuel Adekunle <abrahamadekunle50@gmail.com>
Fri, 18 Apr 2025 09:47:54 +0000 (09:47 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Apr 2025 10:40:15 +0000 (12:40 +0200)
commit28925280ed6c12705a9273cc9853c97b22ef2176
tree4bdce641001d16d65f95349d327f05fde3d88432
parentc7184cbf5530da955407be46dd120eb7111d8973
staging: rtl8723bs: Add spaces and line breaks to improve readability

The code contains no spaces around binary operators with long lines
which reduces readability thereby not adhering to Linux kernel coding
style.

Add white spaces around the binary operators and use line breaks to
increase readability and ensure adherence to Linux kernel coding
styles.

Suggested-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Abraham Samuel Adekunle <abrahamadekunle50@gmail.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Link: https://lore.kernel.org/r/3b9a0572ad56699b095642fc169c9603e08616e9.1744966511.git.abrahamadekunle50@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_xmit.c