From patchwork Fri Jun 5 21:20:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dev, Vasu" X-Patchwork-Id: 6557941 Return-Path: X-Original-To: patchwork-linux-scsi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 7DC5F9F1CC for ; Fri, 5 Jun 2015 21:20:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A334E20811 for ; Fri, 5 Jun 2015 21:20:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2FF88207D4 for ; Fri, 5 Jun 2015 21:20:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751826AbbFEVUm (ORCPT ); Fri, 5 Jun 2015 17:20:42 -0400 Received: from mga01.intel.com ([192.55.52.88]:10762 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751717AbbFEVUl (ORCPT ); Fri, 5 Jun 2015 17:20:41 -0400 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 05 Jun 2015 14:20:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,560,1427785200"; d="scan'208";a="737935605" Received: from lin-nd1-054.jf.intel.com ([10.166.48.54]) by fmsmga002.fm.intel.com with ESMTP; 05 Jun 2015 14:20:40 -0700 From: Vasu Dev Subject: [PATCH 1/3] libfc: Fix a typo in a source code comment To: linux-scsi@vger.kernel.org Cc: fcoe-devel@open-fcoe.org, target-devel , Bart Van Assche , Vasu Dev Date: Fri, 05 Jun 2015 14:20:40 -0700 Message-ID: <20150605212040.6054.1198.stgit@lin-nd1-054.jf.intel.com> In-Reply-To: <20150605212003.6054.15351.stgit@lin-nd1-054.jf.intel.com> References: <20150605212003.6054.15351.stgit@lin-nd1-054.jf.intel.com> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Bart Van Assche Signed-off-by: Bart Van Assche Signed-off-by: Vasu Dev --- drivers/scsi/libfc/fc_fcp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/scsi/libfc/fc_fcp.c index c679594..4cd49d4 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 *