All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Carlos Bilbao <bilbao@vt.edu>,
	corbet@lwn.net, hdegoede@redhat.com, mchehab+huawei@kernel.org,
	Jonathan.Cameron@huawei.com, gregkh@linuxfoundation.org,
	linux-kernel@vger.kernel.org,
	Stephen Hemminger <sthemmin@microsoft.com>
Subject: Re: [PATCH] Fixed typos in all directories of Documentation/ABI/
Date: Wed, 5 May 2021 14:10:47 -0700	[thread overview]
Message-ID: <de6f22e2-3f3c-0ce3-a73d-fb881646f1e8@infradead.org> (raw)
In-Reply-To: <2219636.ElGaqSPkdT@iron-maiden>

On 5/5/21 1:43 PM, Carlos Bilbao wrote:
> Fix the following typos in the Documentation/ABI/ directory:
> 
> - In file obsolete/sysfs-cpuidle, change "obselete" for "obsolete".
> 
> - In file removed/sysfs-kernel-uids, change "propotional" for "proportional".
> 
> - In directory stable/, fix the following words: "associtated" for "associated",
>   "hexidecimal" for "hexadecimal", "vlue" for "value", "csed" for "caused" and 
>   "wrtie" for "write". This updates a total of five files.
> 
> - In directory testing/, fix the following words: "subystem" for "subsystem", 
>   isochrnous" for "isochronous", "Desctiptors" for "Descriptors", "picutre" for 
>   "picture", "capture" for "capture", "occured" for "ocurred", "connnected" for 
>   "connected","agressively" for "aggressively","manufacturee" for "manufacturer"
>   and "transaction" for "transaction" and "malformatted" for "malformed". This 
>   updates a total of ten files.
> 
> Signed-off-by: Carlos Bilbao <bilbao@vt.edu>
> ---
>  Documentation/ABI/obsolete/sysfs-cpuidle            | 2 +-
>  Documentation/ABI/removed/sysfs-kernel-uids         | 2 +-
>  Documentation/ABI/stable/sysfs-bus-vmbus            | 4 ++--
>  Documentation/ABI/stable/sysfs-bus-xen-backend      | 2 +-
>  Documentation/ABI/stable/sysfs-class-infiniband     | 2 +-
>  Documentation/ABI/stable/sysfs-driver-dma-idxd      | 2 +-
>  Documentation/ABI/stable/sysfs-driver-mlxreg-io     | 4 ++--
>  Documentation/ABI/testing/configfs-iio              | 2 +-
>  Documentation/ABI/testing/configfs-most             | 8 ++++----
>  Documentation/ABI/testing/configfs-usb-gadget       | 2 +-
>  Documentation/ABI/testing/configfs-usb-gadget-uvc   | 4 ++--
>  Documentation/ABI/testing/debugfs-driver-genwqe     | 2 +-
>  Documentation/ABI/testing/debugfs-driver-habanalabs | 2 +-
>  Documentation/ABI/testing/sysfs-bus-fsi             | 2 +-
>  Documentation/ABI/testing/sysfs-bus-pci             | 2 +-
>  Documentation/ABI/testing/sysfs-driver-ufs          | 4 ++--
>  Documentation/ABI/testing/sysfs-fs-f2fs             | 2 +-
>  17 files changed, 24 insertions(+), 24 deletions(-)
> 

Hi--

> diff --git a/Documentation/ABI/stable/sysfs-bus-vmbus b/Documentation/ABI/stable/sysfs-bus-vmbus
> index 42599d9fa161..f2bcb719f1d9 100644
> --- a/Documentation/ABI/stable/sysfs-bus-vmbus
> +++ b/Documentation/ABI/stable/sysfs-bus-vmbus
> @@ -61,13 +61,13 @@ Date:		September. 2017
>  KernelVersion:	4.14
>  Contact:	Stephen Hemminger <sthemmin@microsoft.com>
>  Description:	Directory for per-channel information
> -		NN is the VMBUS relid associtated with the channel.
> +		NN is the VMBUS relid associated with the channel.

ack.

>  
>  What:		/sys/bus/vmbus/devices/<UUID>/channels/<N>/cpu
>  Date:		September. 2017
>  KernelVersion:	4.14
>  Contact:	Stephen Hemminger <sthemmin@microsoft.com>
> -Description:	VCPU (sub)channel is affinitized to
> +Description:	PCP (sub)channel is affinitized to

Stephen- comment here?

>  Users:		tools/hv/lsvmbus and other debugging tools
>  
>  What:		/sys/bus/vmbus/devices/<UUID>/channels/<N>/in_mask


> diff --git a/Documentation/ABI/stable/sysfs-class-infiniband b/Documentation/ABI/stable/sysfs-class-infiniband
> index 348c4ac803ad..bbaa7bab8af4 100644
> --- a/Documentation/ABI/stable/sysfs-class-infiniband
> +++ b/Documentation/ABI/stable/sysfs-class-infiniband
> @@ -140,7 +140,7 @@ Description:
>  		by LocalPhyErrors
>  
>  		excessive_buffer_overrun_errors: (RO) This counter, indicates an
> -		input buffer overrun. It indicates possible misconfiguration of

Above is correct AFAIK although my 3 quick dictionary searches didn't find it
spelled either of those ways. :)

> +		input buffer overrun. It indicates possible missconfiguration of
>  		a port, either by the Subnet Manager (SM) or by user
>  		intervention. It can also indicate hardware issues or extremely
>  		poor link signal integrity


codespell find 4 problems here (in ABI/testing):

$ codespell sysfs-devices-system-cpu
sysfs-devices-system-cpu:100: internel  ==> internal
sysfs-devices-system-cpu:283: specificed  ==> specified
sysfs-devices-system-cpu:298: beyound  ==> beyond
sysfs-devices-system-cpu:535: Symetric  ==> Symmetric


Would you mind adding those to your patch?


thanks.
-- 
~Randy


  reply	other threads:[~2021-05-05 21:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-05 20:43 [PATCH] Fixed typos in all directories of Documentation/ABI/ Carlos Bilbao
2021-05-05 21:10 ` Randy Dunlap [this message]
2021-05-05 22:25   ` Carlos Bilbao
2021-05-05 22:28     ` Carlos Bilbao
2021-05-05 22:54       ` Randy Dunlap
2021-05-06  6:42 ` Mauro Carvalho Chehab
2021-05-06 13:31   ` Theodore Ts'o
2021-05-06 14:54     ` Carlos Bilbao
2021-05-06 15:19       ` [PATCH v3] " Carlos Bilbao
2021-05-06 16:51         ` Mauro Carvalho Chehab
2021-05-13 13:30           ` Carlos Bilbao
2021-05-13 13:31             ` [PATCH v3.1] " Carlos Bilbao
2021-05-13 15:13               ` Jonathan Corbet
2021-05-07  9:11   ` [PATCH] " Jonathan Cameron

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=de6f22e2-3f3c-0ce3-a73d-fb881646f1e8@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=bilbao@vt.edu \
    --cc=corbet@lwn.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab+huawei@kernel.org \
    --cc=sthemmin@microsoft.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.