Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-2.6-microblaze.git] / drivers / staging / wfx / debug.c
index d17a752..1164aba 100644 (file)
@@ -145,7 +145,7 @@ static int wfx_rx_stats_show(struct seq_file *seq, void *v)
                   st->pwr_clk_freq,
                   st->is_ext_pwr_clk ? "yes" : "no");
        seq_printf(seq,
-                  "N. of frames: %d, PER (x10e4): %d, Throughput: %dKbps/s\n",
+                  "Num. of frames: %d, PER (x10e4): %d, Throughput: %dKbps/s\n",
                   st->nb_rx_frame, st->per_total, st->throughput);
        seq_puts(seq, "       Num. of      PER     RSSI      SNR      CFO\n");
        seq_puts(seq, "        frames  (x10e4)    (dBm)     (dB)    (kHz)\n");