staging: rtl8712: add period within a comment
authorDeborah Brouwer <deborahbrouwer3563@gmail.com>
Tue, 6 Apr 2021 02:32:17 +0000 (19:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Apr 2021 12:14:48 +0000 (14:14 +0200)
Add a period to separate repeated words in a comment. The period preserves
the meaning of the comment while also stopping the checkpatch warning:
WARNING: Possible repeated word: 'fw'.

Signed-off-by: Deborah Brouwer <deborahbrouwer3563@gmail.com>
Link: https://lore.kernel.org/r/f9f48ac6e93e814c51a7ed370d0b2988d2e3a602.1617674639.git.deborahbrouwer3563@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl8712_xmit.c

index c247f92..d8a3663 100644 (file)
@@ -507,7 +507,7 @@ static void update_txdesc(struct xmit_frame *pxmitframe, uint *pmem, int sz)
 
                /*offset 12*/
                /* f/w will increase the seqnum by itself, driver pass the
-                * correct priority to fw
+                * correct priority to fw.
                 * fw will check the correct priority for increasing the
                 * seqnum per tid. about usb using 4-endpoint, qsel points out
                 * the correct mapping between AC&Endpoint,
@@ -560,7 +560,7 @@ static void update_txdesc(struct xmit_frame *pxmitframe, uint *pmem, int sz)
                        ptxdesc->txdw2 |= cpu_to_le32(BMC);
                /* offset 12 */
                /* f/w will increase the seqnum by itself, driver pass the
-                * correct priority to fw
+                * correct priority to fw.
                 * fw will check the correct priority for increasing the seqnum
                 * per tid. about usb using 4-endpoint, qsel points out the
                 * correct mapping between AC&Endpoint,