linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Donnellan <ajd@linux.ibm.com>
To: Sohaib Mohamed <sohaib.amhmd@gmail.com>
Cc: Jens Axboe <axboe@kernel.dk>,
	Fabrice Gasnier <fabrice.gasnier@st.com>,
	linux-kernel@vger.kernel.org,
	"Martin K. Petersen" <martin.petersen@oracle.com>,
	Jonathan Corbet <corbet@lwn.net>,
	Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Daejun Park <daejun7.park@samsung.com>,
	Gioh Kim <gi-oh.kim@ionos.com>,
	Adrian Hunter <adrian.hunter@intel.com>,
	Jason Gunthorpe <jgg@ziepe.ca>, Can Guo <cang@codeaurora.org>,
	Avri Altman <avri.altman@wdc.com>,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>,
	Frederic Barrat <fbarrat@linux.ibm.com>,
	Lukas Bulwahn <lukas.bulwahn@gmail.com>,
	Zhang Rui <rui.zhang@intel.com>,
	Jack Wang <jinpu.wang@cloud.ionos.com>,
	linuxppc-dev@lists.ozlabs.org, Carlos Bilbao <bilbao@vt.edu>,
	Bean Huo <beanhuo@micron.com>
Subject: Re: [PATCH] docs: typo fixes in Documentation/ABI/
Date: Thu, 7 Oct 2021 00:56:05 +1100	[thread overview]
Message-ID: <03e16fd9-e60f-ff4d-71e5-1b687aab65a5@linux.ibm.com> (raw)
In-Reply-To: <20211006132104.105288-1-sohaib.amhmd@gmail.com>

On 7/10/21 12:20 am, Sohaib Mohamed wrote:
> All these changes are about to remove repeated words from severals place in the Documentation/ABI/ directory:
> 
> - In file stable/sysfs-module:41: "the the source"
> 
> - In file testing/sysfs-bus-rapidio:98: "that that owns"
> 
> - In file testing/sysfs-class-cxl:106: "the the lowest"
> 
> - In file testing/sysfs-class-cxl:107: "this this kernel"
> 
> - In file testing/sysfs-class-rnbd-client:131: "as as the"
> 
> - In file testing/sysfs-class-rtrs-client:81: "the the name"
> 
> - In file testing/sysfs-class-rtrs-server:27: "the the name"
> 
> - In file testing/sysfs-devices-platform-ACPI-TAD:77: "the the status"
> 
> - In file testing/sysfs-devices-power:306: "the the children"
> 
> - In file testing/sysfs-driver-ufs:986: "the The amount"
> 
> - In file testing/sysfs-firmware-acpi:115: "send send a Notify"
> 
> Signed-off-by: Sohaib Mohamed <sohaib.amhmd@gmail.com>

Greg's already pointed out the line wrapping and that you may want to 
send this as multiple smaller patches.

For my particular part:

> diff --git a/Documentation/ABI/testing/sysfs-class-cxl b/Documentation/ABI/testing/sysfs-class-cxl
> index 3c77677e0ca7..594fda254130 100644
> --- a/Documentation/ABI/testing/sysfs-class-cxl
> +++ b/Documentation/ABI/testing/sysfs-class-cxl
> @@ -103,8 +103,8 @@ What:           /sys/class/cxl/<afu>/api_version_compatible
>   Date:           September 2014
>   Contact:        linuxppc-dev@lists.ozlabs.org
>   Description:    read only
> -                Decimal value of the the lowest version of the userspace API
> -                this this kernel supports.
> +                Decimal value of the lowest version of the userspace API
> +                this kernel supports.
>   Users:		https://github.com/ibm-capi/libcxl

Looks good.

Acked-by: Andrew Donnellan <ajd@linux.ibm.com> # cxl

-- 
Andrew Donnellan              OzLabs, ADL Canberra
ajd@linux.ibm.com             IBM Australia Limited

  parent reply	other threads:[~2021-10-06 13:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06 13:20 [PATCH] docs: typo fixes in Documentation/ABI/ Sohaib Mohamed
2021-10-06 13:27 ` Greg Kroah-Hartman
2021-10-06 13:56 ` Andrew Donnellan [this message]
2021-10-06 14:00 ` Jinpu Wang
  -- strict thread matches above, loose matches on Subject: below --
2021-10-06 12:13 Sohaib Mohamed
2021-10-06 12:17 ` Mauro Carvalho Chehab
2021-10-06 12:36 ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=03e16fd9-e60f-ff4d-71e5-1b687aab65a5@linux.ibm.com \
    --to=ajd@linux.ibm.com \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=adrian.hunter@intel.com \
    --cc=avri.altman@wdc.com \
    --cc=axboe@kernel.dk \
    --cc=beanhuo@micron.com \
    --cc=bilbao@vt.edu \
    --cc=cang@codeaurora.org \
    --cc=corbet@lwn.net \
    --cc=daejun7.park@samsung.com \
    --cc=fabrice.gasnier@st.com \
    --cc=fbarrat@linux.ibm.com \
    --cc=gi-oh.kim@ionos.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jgg@ziepe.ca \
    --cc=jinpu.wang@cloud.ionos.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=lukas.bulwahn@gmail.com \
    --cc=martin.petersen@oracle.com \
    --cc=mchehab+huawei@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=sohaib.amhmd@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).