Staging rtl8192e: Fixing checkpatch error in rtllib_crypt_tkip.c
authorAndreas Frembs <andreas.frembs@studium.uni-erlangen.de>
Sun, 5 Jan 2014 12:25:35 +0000 (13:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 18:32:18 +0000 (10:32 -0800)
In rtllib_crypt_tkip.c we fixed the following checkpatch error:
ERROR: space required after that ','

Signed-off-by: Andreas Frembs <andreas.frembs@studium.uni-erlangen.de>
Signed-off-by: Matthias Schoepe <matthias.schoepe@studium.uni-erlangen.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_crypt_tkip.c

index d2768986c53e72dc46f2f2bb75c402b4ee3d34f5..7b5366bba3534493abee19f98854b884703a91ac 100644 (file)
@@ -427,7 +427,7 @@ static int rtllib_tkip_decrypt(struct sk_buff *skb, int hdr_len, void *priv)
                        if (net_ratelimit()) {
                                printk(KERN_DEBUG "TKIP: replay detected: STA="
                                       " %pM previous TSC %08x%04x received "
-                                     "TSC %08x%04x\n",hdr->addr2,
+                                     "TSC %08x%04x\n", hdr->addr2,
                                      tkey->rx_iv32, tkey->rx_iv16, iv32, iv16);
                        }
                        tkey->dot11RSNAStatsTKIPReplays++;
This page took 0.037992 seconds and 5 git commands to generate.