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

Commit 0d4bd8fe authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen
Browse files

scsi: snic: fix spelling mistake: "Cann't" -> "Cannot"



Trivial fix to spelling mistake in SNIC_ERR error message text, one
cannot have "Cann't".

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent e281f42f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -548,7 +548,7 @@ snic_trc_debugfs_init(void)
				 &snic_trc_fops);

	if (!de) {
		SNIC_ERR("Cann't create trace file.\n");
		SNIC_ERR("Cannot create trace file.\n");

		return ret;
	}