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=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 3FF84C33C9E for ; Tue, 14 Jan 2020 20:10:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0BE5024658 for ; Tue, 14 Jan 2020 20:10:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728748AbgANUKv (ORCPT ); Tue, 14 Jan 2020 15:10:51 -0500 Received: from mga14.intel.com ([192.55.52.115]:16977 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726491AbgANUKu (ORCPT ); Tue, 14 Jan 2020 15:10:50 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2020 12:10:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,320,1574150400"; d="scan'208";a="256442291" Received: from jekeller-mobl.amr.corp.intel.com (HELO [134.134.177.84]) ([134.134.177.84]) by fmsmga002.fm.intel.com with ESMTP; 14 Jan 2020 12:10:50 -0800 Subject: Re: [PATCH] devlink: fix typos in qed documentation To: netdev@vger.kernel.org Cc: Michal Kalderon References: <20200114200918.2753721-1-jacob.e.keller@intel.com> From: Jacob Keller Organization: Intel Corporation Message-ID: Date: Tue, 14 Jan 2020 12:10:50 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <20200114200918.2753721-1-jacob.e.keller@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 1/14/2020 12:09 PM, Jacob Keller wrote: > Review of the recently added documentation file for the qed driver > noticed a couple of typos. Fix them now. > > Noticed-by: Michal Kalderon > Fixes: 0f261c3ca09e ("devlink: add a driver-specific file for the qed driver") > Signed-off-by: Jacob Keller This fixes some typos in the recently merged devlink documentation refactor patches on net-next. Thanks, Jake > --- > Documentation/networking/devlink/qed.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/networking/devlink/qed.rst b/Documentation/networking/devlink/qed.rst > index e7e17acf1eca..805c6f63621a 100644 > --- a/Documentation/networking/devlink/qed.rst > +++ b/Documentation/networking/devlink/qed.rst > @@ -22,5 +22,5 @@ The ``qed`` driver implements the following driver-specific parameters. > * - ``iwarp_cmt`` > - Boolean > - runtime > - - Enable iWARP functionality for 100g devices. Notee that this impacts > - L2 performance, and is therefor not enabled by default. > + - Enable iWARP functionality for 100g devices. Note that this impacts > + L2 performance, and is therefore not enabled by default. >