Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754276AbaKXRPZ (ORCPT ); Mon, 24 Nov 2014 12:15:25 -0500 Received: from mout.web.de ([212.227.15.14]:53529 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753808AbaKXRPX (ORCPT ); Mon, 24 Nov 2014 12:15:23 -0500 Message-ID: <5473679F.1000909@users.sourceforge.net> Date: Mon, 24 Nov 2014 18:15:11 +0100 From: SF Markus Elfring User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "James E. J. Bottomley" , Robert Love , linux-scsi@vger.kernel.org, fcoe-devel@open-fcoe.org CC: kernel-janitors@vger.kernel.org, trivial@kernel.org, LKML Subject: [PATCH 2/6] SCSI-libfc: Fix typos for the word "destroy" References: <54736422.90409@users.sourceforge.net> In-Reply-To: <54736422.90409@users.sourceforge.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:c7Y+U86vzZlDPjm99+r5ZZU4xTa/+xLreIesQGKM9xPzn3UqoNq GGigmJMj+Oi5u2UFR6CMNS+CIS6KxdNlrEPSBmpSwJbQ2XQiHucB4mInkna7qAZc8/uVVCO Fj5u5K2csi7+mzXcGltVswPQj7VJfJcJswl3pbcqtxDOhLd7Ol/qMFwSbdWYj/6+DAiYsxT qBNHu98/kShiZ3T7wJo5w== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Markus Elfring Date: Mon, 24 Nov 2014 15:40:41 +0100 Identifiers were corrected in descriptions for the functions fc_fcp_pkt_destroy() and fc_fcp_destroy(). Signed-off-by: Markus Elfring --- drivers/scsi/libfc/fc_fcp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/scsi/libfc/fc_fcp.c index 1d7e76e..5649fc9 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 * @@ -2216,7 +2216,7 @@ int fc_change_queue_type(struct scsi_device *sdev, int tag_type) EXPORT_SYMBOL(fc_change_queue_type); /** - * fc_fcp_destory() - Tear down the FCP layer for a given local port + * fc_fcp_destroy() - Tear down the FCP layer for a given local port * @lport: The local port that no longer needs the FCP layer */ void fc_fcp_destroy(struct fc_lport *lport) -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/