Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1680544

[PATCH][V2] scsi: qedf: fix spelling mistake: "offlading" -> "offloading"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH][V2] scsi: qedf: fix spelling mistake: "offlading" -> "offloading"
Date 2017-07-03 21:30 +0200
Message-ID <tZfcJ-5Jx-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Colin Ian King <colin.king@canonical.com>

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>
---
 drivers/scsi/qedf/qedf_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/qedf/qedf_main.c b/drivers/scsi/qedf/qedf_main.c
index b58bba4604e8..7786c97e033f 100644
--- a/drivers/scsi/qedf/qedf_main.c
+++ b/drivers/scsi/qedf/qedf_main.c
@@ -1227,7 +1227,7 @@ static void qedf_rport_event_handler(struct fc_lport *lport,
 
 		if (rdata->spp_type != FC_TYPE_FCP) {
 			QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_DISC,
-			    "Not offlading since since spp type isn't FCP\n");
+			    "Not offloading since spp type isn't FCP\n");
 			break;
 		}
 		if (!(rdata->ids.roles & FC_RPORT_ROLE_FCP_TARGET)) {
-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH][V2] scsi: qedf: fix spelling mistake: "offlading" -> "offloading" Colin King <colin.king@canonical.com> - 2017-07-03 21:30 +0200
  Re: [PATCH][V2] scsi: qedf: fix spelling mistake: "offlading" ->  "offloading" Tyrel Datwyler <tyreld@linux.vnet.ibm.com> - 2017-07-05 22:10 +0200
  Re: [PATCH][V2] scsi: qedf: fix spelling mistake: "offlading" -> "offloading" "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-07-12 23:20 +0200

csiph-web