diff mbox series

[03/30] scsi: libfc: fc_disc: trivial: Fix spelling mistake of 'discovery'

Message ID 20200708120221.3386672-4-lee.jones@linaro.org
State Superseded
Headers show
Series Fix a bunch more SCSI related W=1 warnings | expand

Commit Message

Lee Jones July 8, 2020, 12:01 p.m. UTC
This is my fault (can't even blame copy/paste).

Cc: Hannes Reinecke <hare@suse.de>
Reported-by: Johannes Thumshirn <Johannes.Thumshirn@wdc.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

---
 drivers/scsi/libfc/fc_disc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.25.1

Comments

Johannes Thumshirn July 8, 2020, 12:04 p.m. UTC | #1
Looks good,

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>

I think Martin can fold this one into the original one
Lee Jones July 8, 2020, 12:12 p.m. UTC | #2
On Wed, 08 Jul 2020, Johannes Thumshirn wrote:

> Looks good,

> 

> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>

> 

> I think Martin can fold this one into the original one


Obviously I'd be okay with that, but it will depend on whether his
tree is able to be rebased.  Many public trees are unrebasable (if
that's a word).

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
Johannes Thumshirn July 8, 2020, 12:14 p.m. UTC | #3
On 08/07/2020 14:12, Lee Jones wrote:
> Obviously I'd be okay with that, but it will depend on whether his
> tree is able to be rebased.  Many public trees are unrebasable (if
> that's a word).

Yeah but in this early stage SCSI usually is re-baseable.
diff mbox series

Patch

diff --git a/drivers/scsi/libfc/fc_disc.c b/drivers/scsi/libfc/fc_disc.c
index 428f40cfd1c36..19721db232839 100644
--- a/drivers/scsi/libfc/fc_disc.c
+++ b/drivers/scsi/libfc/fc_disc.c
@@ -370,7 +370,7 @@  static void fc_disc_gpn_ft_req(struct fc_disc *disc)
 
 /**
  * fc_disc_gpn_ft_parse() - Parse the body of the dNS GPN_FT response.
- * @disc:  The descovery context
+ * @disc:  The discovery context
  * @buf:   The GPN_FT response buffer
  * @len:   The size of response buffer
  *