Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: qedf: fix spelling mistake: "offlading" -> "offloading"

Trivial fix to spelling mistake in QEDF_INFO message and remove
duplicated "since" (thanks to Tyrel Datwyler for spotting the latter
issue).

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Chad Dupuis <chad.dupuis@cavium.com>
Reviewed-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Colin Ian King and committed by
Martin K. Petersen
acef2690 4feca6a5

+1 -1
+1 -1
drivers/scsi/qedf/qedf_main.c
··· 1227 1227 1228 1228 if (rdata->spp_type != FC_TYPE_FCP) { 1229 1229 QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_DISC, 1230 - "Not offlading since since spp type isn't FCP\n"); 1230 + "Not offloading since spp type isn't FCP\n"); 1231 1231 break; 1232 1232 } 1233 1233 if (!(rdata->ids.roles & FC_RPORT_ROLE_FCP_TARGET)) {