staging: wfx: reformat comment
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Mon, 13 Sep 2021 13:01:57 +0000 (15:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Sep 2021 07:16:33 +0000 (09:16 +0200)
The new comment takes only one line instead of three.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20210913130203.1903622-27-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/sta.c

index 1e21bee..70e1c4d 100644 (file)
@@ -599,9 +599,7 @@ static int wfx_update_tim(struct wfx_vif *wvif)
        tim_ptr = skb->data + tim_offset;
 
        if (tim_offset && tim_length >= 6) {
-               /* Ignore DTIM count from mac80211:
-                * firmware handles DTIM internally.
-                */
+               /* Firmware handles DTIM counter internally */
                tim_ptr[2] = 0;
 
                /* Set/reset aid0 bit */