OSDN Git Service

staging: vt6656: s_vFillTxKey fix indentation of memcpy
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 25 May 2014 20:36:28 +0000 (21:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 May 2014 22:13:59 +0000 (15:13 -0700)
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c

index 742559d..f11c2d3 100644 (file)
@@ -204,7 +204,7 @@ static void s_vFillTxKey(struct vnt_private *pDevice,
                                                pTransmitKey->uKeyLength);
                        if (pTransmitKey->uKeyLength == WLAN_WEP40_KEYLEN) {
                                memcpy(pbyBuf+8, (u8 *)&rev_iv_counter, 3);
-                       memcpy(pbyBuf+11, pTransmitKey->abyKey,
+                               memcpy(pbyBuf+11, pTransmitKey->abyKey,
                                                pTransmitKey->uKeyLength);
                        }