treewide: Fix typo in printk
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / libiscsi_tcp.c
index 552e8a2b6f5f35da246bd06f44fb55fbda5f6ce4..92deec5ed7d6fb2e7f0a98f002f4b412f4321488 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;
        }