staging: rtl8712: fix "Alignment match open parenthesis"
authorArushi Singhal <arushisinghal19971997@gmail.com>
Fri, 7 Jul 2017 05:41:36 +0000 (11:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jul 2017 06:40:58 +0000 (08:40 +0200)
Fix checkpatch issues: "CHECK: Alignment should match open parenthesis".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/mlme_linux.c
drivers/staging/rtl8712/rtl8712_cmd.c
drivers/staging/rtl8712/rtl8712_efuse.c

index 2037265..a077069 100644 (file)
@@ -111,8 +111,8 @@ void r8712_os_indicate_disconnect(struct _adapter *adapter)
                 */
 
                memcpy(&backupPMKIDList[0],
-                       &adapter->securitypriv.PMKIDList[0],
-                       sizeof(struct RT_PMKID_LIST) * NUM_PMKID_CACHE);
+                      &adapter->securitypriv.PMKIDList[0],
+                      sizeof(struct RT_PMKID_LIST) * NUM_PMKID_CACHE);
                backupPMKIDIndex = adapter->securitypriv.PMKIDIndex;
                backupTKIPCountermeasure =
                        adapter->securitypriv.btkip_countermeasure;
index 5346c65..0104ace 100644 (file)
@@ -385,7 +385,7 @@ _next:
                        if (blnPending)
                                wr_sz += 8;   /* Append 8 bytes */
                        r8712_write_mem(padapter, RTL8712_DMA_H2CCMD, wr_sz,
-                                      (u8 *)pdesc);
+                                       (u8 *)pdesc);
                        pcmdpriv->cmd_seq++;
                        if (pcmd->cmdcode == GEN_CMD_CODE(_CreateBss)) {
                                pcmd->res = H2C_SUCCESS;
index 205298e..d90213e 100644 (file)
@@ -347,7 +347,7 @@ static u8 fix_header(struct _adapter *padapter, u8 header, u16 header_addr)
                                ret = false;
                                if (value == 0xFF) /* write again */
                                        efuse_one_byte_write(padapter, addr,
-                                                       pkt.data[i * 2]);
+                                                            pkt.data[i * 2]);
                        }
                        if (!efuse_one_byte_read(padapter, addr + 1, &value)) {
                                ret = false;