]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging:rtl8712: Fixed coding style issue
authorHarsh Jain <harshjain32@gmail.com>
Thu, 1 Dec 2016 06:45:20 +0000 (12:15 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Dec 2016 09:18:07 +0000 (10:18 +0100)
Fixes following checkpatch.pl warning
Block comments should align the * on each line

Signed-off-by: Harsh Jain <harshjain32@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl8712_hal.h

index 57d5d2db3c7755035c1584b06ad27b0d1f3c9e08..84456bb560ef70a416034ded9cc2582cca19710d 100644 (file)
@@ -68,14 +68,14 @@ struct fw_priv {   /*8-bytes alignment required*/
        unsigned char signature_0;  /*0x12: CE product, 0x92: IT product*/
        unsigned char signature_1;  /*0x87: CE product, 0x81: IT product*/
        unsigned char hci_sel; /*0x81: PCI-AP, 01:PCIe, 02: 92S-U, 0x82: USB-AP,
-                           * 0x12: 72S-U, 03:SDIO
-                           */
+                               * 0x12: 72S-U, 03:SDIO
+                               */
        unsigned char chip_version; /*the same value as register value*/
        unsigned char customer_ID_0; /*customer  ID low byte*/
        unsigned char customer_ID_1; /*customer  ID high byte*/
        unsigned char rf_config;  /*0x11:  1T1R, 0x12: 1T2R, 0x92: 1T2R turbo,
-                            * 0x22: 2T2R
-                            */
+                                  * 0x22: 2T2R
+                                  */
        unsigned char usb_ep_num;  /* 4: 4EP, 6: 6EP, 11: 11EP*/
        /*--- long word 1 ----*/
        unsigned char regulatory_class_0; /*regulatory class bit map 0*/
@@ -99,8 +99,8 @@ struct fw_priv {   /*8-bytes alignment required*/
        unsigned char qos_en;    /*1: QoS enable*/
        unsigned char bw_40MHz_en;   /*1: 40MHz BW enable*/
        unsigned char AMSDU2AMPDU_en;   /*1: 4181 convert AMSDU to AMPDU,
-                                  * 0: disable
-                                  */
+                                        * 0: disable
+                                        */
        unsigned char AMPDU_en;   /*1: 11n AMPDU enable*/
        unsigned char rate_control_offload; /*1: FW offloads,0: driver handles*/
        unsigned char aggregation_offload;  /*1: FW offloads,0: driver handles*/