staging: rtl8712: Statements should start on a tabstop
authorDawid Esterhuizen <desterhuizen@gmail.com>
Thu, 30 Sep 2021 14:16:16 +0000 (16:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Oct 2021 10:32:42 +0000 (12:32 +0200)
This path fixes four checkpatch.pl warnings:

Statements should start on a tabstop

Signed-off-by: Dawid Esterhuizen <desterhuizen@gmail.com>
Link: https://lore.kernel.org/r/YVXGsMZDGmdGjErJ@kkobus.whirley.local
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_xmit.h

index 2e6afc7bb0a15240c95d8dcd9a7e74713fbe761e..cdcbc87a3cadeb8d7ed442f1a1c53b086f4c8c83 100644 (file)
@@ -182,11 +182,11 @@ struct sta_xmit_priv {
 };
 
 struct hw_txqueue {
-       /*volatile*/ sint       head;
-       /*volatile*/ sint       tail;
-       /*volatile*/ sint       free_sz;        /*in units of 64 bytes*/
-       /*volatile*/ sint      free_cmdsz;
-       /*volatile*/ sint        txsz[8];
+       sint    head;
+       sint    tail;
+       sint    free_sz;        /* in units of 64 bytes */
+       sint    free_cmdsz;
+       sint    txsz[8];
        uint    ff_hwaddr;
        uint    cmd_hwaddr;
        sint    ac_tag;