]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
staging: rtl8192u: fix typo in debug message
authorNik Nyby <nikolas@gnu.org>
Sun, 20 Mar 2016 19:46:35 +0000 (15:46 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2016 14:30:36 +0000 (07:30 -0700)
This fixes a mis-spelled word in a few debug statements.

Signed-off-by: Nik Nyby <nikolas@gnu.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c
drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c

index f18fc0b6775b646ee0ca5c742aa4e8f79e7d9682..051c2be842d0ad84382701b175b0843153d0a58c 100644 (file)
@@ -746,7 +746,7 @@ static void RxReorderIndicatePacket(struct ieee80211_device *ieee,
 
                // Indicate packets
                if(index>REORDER_WIN_SIZE){
-                       IEEE80211_DEBUG(IEEE80211_DL_ERR, "RxReorderIndicatePacket(): Rx Reorer buffer full!! \n");
+                       IEEE80211_DEBUG(IEEE80211_DL_ERR, "RxReorderIndicatePacket(): Rx Reorder buffer full!! \n");
                        kfree(prxbIndicateArray);
                        return;
                }
index 148d0d45547b246bd6040513d95e89c713e26f31..6033502eff3d1d0faf92df22fdd504ab037eeac0 100644 (file)
@@ -75,7 +75,7 @@ static void RxPktPendingTimeout(unsigned long data)
 
                // Indicate packets
                if(index > REORDER_WIN_SIZE){
-                       IEEE80211_DEBUG(IEEE80211_DL_ERR, "RxReorderIndicatePacket(): Rx Reorer buffer full!! \n");
+                       IEEE80211_DEBUG(IEEE80211_DL_ERR, "RxReorderIndicatePacket(): Rx Reorder buffer full!! \n");
                        spin_unlock_irqrestore(&(ieee->reorder_spinlock), flags);
                        return;
                }