treewide: Fix typo in printk
authorMasanari Iida <standby24x7@gmail.com>
Fri, 31 May 2013 16:30:56 +0000 (01:30 +0900)
committerJiri Kosina <jkosina@suse.cz>
Tue, 18 Jun 2013 11:48:45 +0000 (13:48 +0200)
Correct spelling typo in printk within various drivers.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/cpufreq/s3c2416-cpufreq.c
drivers/net/ethernet/mellanox/mlx4/main.c
drivers/net/ethernet/neterion/vxge/vxge-main.c
drivers/net/wireless/ath/ath9k/Kconfig
drivers/scsi/libiscsi_tcp.c
drivers/scsi/pmcraid.c
lib/Kconfig.kgdb

index 4f1881e..e594c62 100644 (file)
@@ -205,7 +205,7 @@ static int s3c2416_cpufreq_leave_dvs(struct s3c2416_data *s3c_freq, int idx)
                ret = s3c2416_cpufreq_set_armdiv(s3c_freq,
                                        clk_get_rate(s3c_freq->hclk) / 1000);
                if (ret < 0) {
-                       pr_err("cpufreq: Failed to to set the armdiv to %lukHz: %d\n",
+                       pr_err("cpufreq: Failed to set the armdiv to %lukHz: %d\n",
                               clk_get_rate(s3c_freq->hclk) / 1000, ret);
                        return ret;
                }
index 0d32a82..c8595ec 100644 (file)
@@ -98,7 +98,7 @@ MODULE_PARM_DESC(log_num_mgm_entry_size, "log mgm size, that defines the num"
 static bool enable_64b_cqe_eqe;
 module_param(enable_64b_cqe_eqe, bool, 0444);
 MODULE_PARM_DESC(enable_64b_cqe_eqe,
-                "Enable 64 byte CQEs/EQEs when the the FW supports this");
+                "Enable 64 byte CQEs/EQEs when the FW supports this");
 
 #define HCA_GLOBAL_CAP_MASK            0
 
index cbfaed5..5a20eaf 100644 (file)
@@ -3444,7 +3444,7 @@ static int vxge_device_register(struct __vxge_hw_device *hldev,
        }
 
        vxge_debug_init(vxge_hw_device_trace_level_get(hldev),
-               "%s : checksuming enabled", __func__);
+               "%s : checksumming enabled", __func__);
 
        if (high_dma) {
                ndev->features |= NETIF_F_HIGHDMA;
index f3dc124..f4f3566 100644 (file)
@@ -28,7 +28,7 @@ config ATH9K
          Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
          of chipsets. For a specific list of supported external
          cards, laptops that already ship with these cards and
-         APs that come with these cards refer to to ath9k wiki
+         APs that come with these cards refer to ath9k wiki
          products page:
 
          http://wireless.kernel.org/en/users/Drivers/ath9k/products
index 552e8a2..92deec5 100644 (file)
@@ -558,7 +558,7 @@ static int iscsi_tcp_r2t_rsp(struct iscsi_conn *conn, struct iscsi_task *task)
        if (!rc) {
                iscsi_conn_printk(KERN_ERR, conn, "Could not allocate R2T. "
                                  "Target has sent more R2Ts than it "
-                                 "negotiated for or driver has has leaked.\n");
+                                 "negotiated for or driver has leaked.\n");
                return ISCSI_ERR_PROTO;
        }
 
index 8e1b737..1eb7b02 100644 (file)
@@ -6092,7 +6092,7 @@ static int __init pmcraid_init(void)
 
        if (IS_ERR(pmcraid_class)) {
                error = PTR_ERR(pmcraid_class);
-               pmcraid_err("failed to register with with sysfs, error = %x\n",
+               pmcraid_err("failed to register with sysfs, error = %x\n",
                            error);
                goto out_unreg_chrdev;
        }
index 140e878..358eb81 100644 (file)
@@ -64,8 +64,8 @@ config KGDB_LOW_LEVEL_TRAP
        default n
        help
          This will add an extra call back to kgdb for the breakpoint
-         exception handler on which will will allow kgdb to step
-         through a notify handler.
+         exception handler which will allow kgdb to step through a
+         notify handler.
 
 config KGDB_KDB
        bool "KGDB_KDB: include kdb frontend for kgdb"