Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47268a4f authored by Nik Nyby's avatar Nik Nyby Committed by Jiri Kosina
Browse files

scsi/arcmsr: Fix typos in error log



This fixes some typos in one of the error logs.

Signed-off-by: default avatarNik Nyby <nikolas@gnu.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.com>
parent 4bb138a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3264,7 +3264,7 @@ static int arcmsr_iop_confirm(struct AdapterControlBlock *acb)
		reg->doneq_index = 0;
		writel(ARCMSR_MESSAGE_SET_POST_WINDOW, reg->drv2iop_doorbell);
		if (!arcmsr_hbaB_wait_msgint_ready(acb)) {
			printk(KERN_NOTICE "arcmsr%d:can not set diver mode\n", \
			printk(KERN_NOTICE "arcmsr%d: cannot set driver mode\n", \
				acb->host->host_no);
			return 1;
		}