]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: wrap long comments in rtw_ap.c
authorRohan Tripathi <trohan2000@gmail.com>
Tue, 7 Oct 2025 09:13:03 +0000 (05:13 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:09:28 +0000 (09:09 +0200)
commit70d45d4b349bf8a876a01508f5fcd32245f572ae
treecd668b3847b3be81b9d9829e5b3e7b7284842f84
parent9aa392c25d1cd4013449264fd0c9aa3d86b91a1f
staging: rtl8723bs: wrap long comments in rtw_ap.c

This patch fixes instances of comment lines in rtw_ap.c that exceeded the
recommended 80–100 character limit. The affected comments were reflowed
to span multiple lines, each starting with " * " as per kernel coding
style guidelines.

These are coding style cleanups only. No functional changes.

Signed-off-by: Rohan Tripathi <trohan2000@gmail.com>
Link: https://lore.kernel.org/r/20251007091303.491115-6-trohan2000@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ap.c