Re: [PATCH] docs: Fix spelling and grammatical issues
From: Purva Yeshi <hidden>
Date: 2025-02-04 20:27:23
Also in:
linux-doc, linux-hwmon, linux-usb, lkml
From: Purva Yeshi <hidden>
Date: 2025-02-04 20:27:23
Also in:
linux-doc, linux-hwmon, linux-usb, lkml
On 04/02/25 20:09, Guenter Roeck wrote:
On 2/4/25 05:48, Purva Yeshi wrote:quoted
Fix several spelling and grammatical errors across multiple documentation files. Signed-off-by: Purva Yeshi <redacted> --- Documentation/hid/hiddev.rst | 4 ++-- Documentation/hid/intel-ish-hid.rst | 2 +- Documentation/hid/uhid.rst | 2 +- Documentation/hwmon/abituguru-datasheet.rst | 8 ++++---- Documentation/hwmon/abituguru.rst | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-)diff --git a/Documentation/hid/hiddev.rst b/Documentation/hid/hiddev.rst index 9b82c7f896aa..073485f84793 100644 --- a/Documentation/hid/hiddev.rst +++ b/Documentation/hid/hiddev.rst@@ -15,10 +15,10 @@ To support these disparate requirements, the LinuxUSB system provides HID events to two separate interfaces: * the input subsystem, which converts HID events into normal input device interfaces (such as keyboard, mouse and joystick) and a -normalised event interface - see Documentation/input/input.rst +normalized event interface - see Documentation/input/input.rstIs US spelling now mandated in the Linux kernel ? Either case, this should be multiple patches, at least one per subsystem or even better one per driver. Guenter
Thank you for the feedback. I'll split the changes per driver and resend them as separate patches.