Skip to content

Commit acef269

Browse files
Colin Ian Kingmartinkpetersen
authored andcommitted
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>
1 parent 4feca6a commit acef269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qedf/qedf_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ static void qedf_rport_event_handler(struct fc_lport *lport,
12271227

12281228
if (rdata->spp_type != FC_TYPE_FCP) {
12291229
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");
12311231
break;
12321232
}
12331233
if (!(rdata->ids.roles & FC_RPORT_ROLE_FCP_TARGET)) {

0 commit comments

Comments
 (0)