staging: rtl8192e: Fix typo in rtl8192e
[deliverable/linux.git] / drivers / staging / rtl8192e / rtllib_rx.c
index 6c8a8e12b2b508ff2ec121162b3123a7633e7803..7413816dd92ba00dd65238ba099f36647d577e30 100644 (file)
@@ -712,7 +712,7 @@ static void RxReorderIndicatePacket(struct rtllib_device *ieee,
 
                if (index > REORDER_WIN_SIZE) {
                        RTLLIB_DEBUG(RTLLIB_DL_ERR, "RxReorderIndicatePacket():"
-                                    " Rx Reorer struct buffer full!!\n");
+                                    " Rx Reorder struct buffer full!!\n");
                        spin_unlock_irqrestore(&(ieee->reorder_spinlock),
                                               flags);
                        return;
This page took 0.024807 seconds and 5 git commands to generate.