From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C74D2C433C1 for ; Mon, 22 Mar 2021 19:41:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8805661937 for ; Mon, 22 Mar 2021 19:41:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231759AbhCVTkv (ORCPT ); Mon, 22 Mar 2021 15:40:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232370AbhCVTkZ (ORCPT ); Mon, 22 Mar 2021 15:40:25 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29CFAC061574; Mon, 22 Mar 2021 12:40:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Content-Transfer-Encoding:Content-Type :In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description; bh=lZV1Q08Gt9KcwF0VrymmjoQBEVGQpCTheMonie5ZjV0=; b=cVhy76GkuquX1eEbjZdNcAYQqR +Hv0YTy9rXkeLRg19RxmchipTPQQWxj1iuszTYWLxA7KEvJMzyI1sUQWeex7n4Cmfzg/u6knfJaBd D4f9Ne8pJwFLW6feOR8UoLBMKEsmTX6sOLHqO5CWtnFvUIGMz1FBHJ20tMEQD8vtfHCaaS3igEwc4 8acdKymN8uuWY4IDSmcyZWqF90a+fEc3Nv0W+zR9BStfdcRvINmPrNppM7sW7fkgH2ZgbkOLJMy5u VF0IQAuN2nzr6uRFDwFWiN86w1LayuXXyG05usUTVRvY34ybTHnlOAmsaiiECBjHuZCtvyH9ElJ2Y 3xCZPcnQ==; Received: from [2601:1c0:6280:3f0::3ba4] by desiato.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lOQPX-00CRe7-AQ; Mon, 22 Mar 2021 19:40:23 +0000 Subject: Re: [PATCH] scsi: bnx2fc: Fix a typo To: Bhaskar Chowdhury , skashyap@marvell.com, jhasan@marvell.com, GR-QLogic-Storage-Upstream@marvell.com, jejb@linux.ibm.com, martin.petersen@oracle.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210322063530.3588282-1-unixbhaskar@gmail.com> From: Randy Dunlap Message-ID: <342e394a-b7f6-a84c-3635-2ddd239e4c39@infradead.org> Date: Mon, 22 Mar 2021 12:40:20 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210322063530.3588282-1-unixbhaskar@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org On 3/21/21 11:35 PM, Bhaskar Chowdhury wrote: > > s/struture/structure/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c > index 16bb6d2f98de..8863a74e6c57 100644 > --- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c > +++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c > @@ -1796,7 +1796,7 @@ static void bnx2fc_unbind_pcidev(struct bnx2fc_hba *hba) > /** > * bnx2fc_ulp_get_stats - cnic callback to populate FCoE stats > * > - * @handle: transport handle pointing to adapter struture > + * @handle: transport handle pointing to adapter structure > */ > static int bnx2fc_ulp_get_stats(void *handle) > { > -- -- ~Randy