From: Lee Jones Date: Mon, 13 Jul 2020 07:46:19 +0000 (+0100) Subject: scsi: libfc: trivial: Fix spelling mistake of 'discovery' X-Git-Tag: v5.15~3084^2~192 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee9ec5c9af94a26caf4e9bce928f13d51ad7f0cc;p=platform%2Fkernel%2Flinux-starfive.git scsi: libfc: trivial: Fix spelling mistake of 'discovery' This is my fault (can't even blame copy/paste). Link: https://lore.kernel.org/r/20200713074645.126138-4-lee.jones@linaro.org Cc: Hannes Reinecke Reported-by: Johannes Thumshirn Reviewed-by: Hannes Reinecke Signed-off-by: Lee Jones Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/libfc/fc_disc.c b/drivers/scsi/libfc/fc_disc.c index 428f40c..19721db 100644 --- a/drivers/scsi/libfc/fc_disc.c +++ b/drivers/scsi/libfc/fc_disc.c @@ -370,7 +370,7 @@ err: /** * 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 *