]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: rtl8723bs: convert single-line comment to multi-line format
authorTomasz Unger <tomasz.unger@yahoo.pl>
Mon, 23 Feb 2026 20:00:06 +0000 (21:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Feb 2026 18:12:52 +0000 (10:12 -0800)
Convert a long single-line comment to multi-line format
as per coding-style.rst.

Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
Link: https://patch.msgid.link/20260223200006.145296-2-tomasz.unger@yahoo.pl
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_wlan_util.c

index 74c31a97f09343a92c398142957f312bd5ba383c..cffb1a9d36fad5c7a50f9492352dbdfb91f57125 100644 (file)
@@ -597,7 +597,9 @@ s16 rtw_camid_alloc(struct adapter *adapter, struct sta_info *sta, u8 kid)
 
                i = _rtw_camid_search(adapter, addr, kid);
                if (i >= 0) {
-                       /* Fix issue that pairwise and group key have same key id. Pairwise key first, group key can overwrite group only(ex: rekey) */
+                       /* Fix issue that pairwise and group key have same key id.
+                        * Pairwise key first, group key can overwrite group only(ex: rekey)
+                        */
                        if (sta || _rtw_camid_is_gk(adapter, i))
                                cam_id = i;
                        else