OSDN Git Service

libfc: Fix a typo in a source code comment
authorBart Van Assche <bart.vanassche@sandisk.com>
Fri, 5 Jun 2015 21:20:40 +0000 (14:20 -0700)
committerJames Bottomley <JBottomley@Odin.com>
Wed, 12 Aug 2015 18:21:43 +0000 (11:21 -0700)
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Vasu Dev <vasu.dev@intel.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/libfc/fc_fcp.c

index c679594..4cd49d4 100644 (file)
@@ -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
  *