treewide: Fix typo in printk
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>
This commit is contained in:

committed by
Jiri Kosina

parent
b6f4287c49
commit
278cee0515
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user