libfc: Fix a typo in a source code comment
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>
This commit is contained in:
parent
0a66ac17ab
commit
ce83a4ca18
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue