From: Bart Van Assche Date: Fri, 5 Jun 2015 21:20:40 +0000 (-0700) Subject: libfc: Fix a typo in a source code comment X-Git-Tag: v4.3-rc1~11^2~124 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=ce83a4ca18391cfe823629c3863108d265e976f8;p=cascardo%2Flinux.git libfc: Fix a typo in a source code comment Signed-off-by: Bart Van Assche Signed-off-by: Vasu Dev Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/scsi/libfc/fc_fcp.c index c6795941b45d..4cd49d4f44de 100644 --- a/drivers/scsi/libfc/fc_fcp.c +++ b/drivers/scsi/libfc/fc_fcp.c @@ -191,7 +191,7 @@ static void fc_fcp_pkt_hold(struct fc_fcp_pkt *fsp) } /** - * fc_fcp_pkt_destory() - Release hold on a fcp_pkt + * fc_fcp_pkt_destroy() - Release hold on a fcp_pkt * @seq: The sequence that the FCP packet is on (required by destructor API) * @fsp: The FCP packet to be released *