Re: [PATCH] Fixed typos in all directories of Documentation/ABI/

From: Randy Dunlap
Date: Wed May 05 2021 - 17:12:10 EST


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@xxxxxx>
> ---
> 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@xxxxxxxxxxxxx>
> 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@xxxxxxxxxxxxx>
> -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