2017-07-03 09:44:16

by Colin King

[permalink] [raw]
Subject: [PATCH] scsi: qedf: fix spelling mistake: "offlading" -> "offloading"

From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in QEDF_INFO message

Signed-off-by: Colin Ian King <[email protected]>
---
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..dc93e968a448 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 since spp type isn't FCP\n");
break;
}
if (!(rdata->ids.roles & FC_RPORT_ROLE_FCP_TARGET)) {
--
2.11.0


2017-07-03 19:17:17

by Tyrel Datwyler

[permalink] [raw]
Subject: Re: [PATCH] scsi: qedf: fix spelling mistake: "offlading" -> "offloading"

On 07/03/2017 02:44 AM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> Trivial fix to spelling mistake in QEDF_INFO message
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> 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..dc93e968a448 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 since spp type isn't FCP\n");

Seems like a "since" could be dropped here as well.

-Tyrel

> break;
> }
> if (!(rdata->ids.roles & FC_RPORT_ROLE_FCP_TARGET)) {
>