diff mbox series

[v2] docs: hwmon: Fix spelling and grammatical issues

Message ID 20250205200134.12006-1-purvayeshi550@gmail.com (mailing list archive)
State Accepted
Headers show
Series [v2] docs: hwmon: Fix spelling and grammatical issues | expand

Commit Message

Purva Yeshi Feb. 5, 2025, 8:01 p.m. UTC
Fix spelling and grammatical errors across hwmon driver
documentation files.

Signed-off-by: Purva Yeshi <purvayeshi550@gmail.com>
---
V1 - https://lore.kernel.org/lkml/20250204134806.28218-1-purvayeshi550@gmail.com/
V2 - Removed unwanted changes and split changes per driver, creating a separate patch for hwmon.

 Documentation/hwmon/abituguru-datasheet.rst | 8 ++++----
 Documentation/hwmon/abituguru.rst           | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Randy Dunlap Feb. 5, 2025, 8:06 p.m. UTC | #1
Hi,

On 2/5/25 12:01 PM, Purva Yeshi wrote:
> Fix spelling and grammatical errors across hwmon driver
> documentation files.
> 
> Signed-off-by: Purva Yeshi <purvayeshi550@gmail.com>
> ---
> V1 - https://lore.kernel.org/lkml/20250204134806.28218-1-purvayeshi550@gmail.com/
> V2 - Removed unwanted changes and split changes per driver, creating a separate patch for hwmon.
> 
>  Documentation/hwmon/abituguru-datasheet.rst | 8 ++++----
>  Documentation/hwmon/abituguru.rst           | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 

LGTM. Thanks.

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Guenter Roeck Feb. 7, 2025, 2:52 a.m. UTC | #2
On Thu, Feb 06, 2025 at 01:31:34AM +0530, Purva Yeshi wrote:
> Fix spelling and grammatical errors across hwmon driver
> documentation files.
> 
> Signed-off-by: Purva Yeshi <purvayeshi550@gmail.com>
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Applied.

Thanks,
Guenter
Purva Yeshi Feb. 8, 2025, 7:18 p.m. UTC | #3
On 07/02/25 08:22, Guenter Roeck wrote:
> On Thu, Feb 06, 2025 at 01:31:34AM +0530, Purva Yeshi wrote:
>> Fix spelling and grammatical errors across hwmon driver
>> documentation files.
>>
>> Signed-off-by: Purva Yeshi <purvayeshi550@gmail.com>
>> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
> 
> Applied.
> 
> Thanks,
> Guenter

Thank You!

Best Regards,
Purva Yeshi
diff mbox series

Patch

diff --git a/Documentation/hwmon/abituguru-datasheet.rst b/Documentation/hwmon/abituguru-datasheet.rst
index 0cd61471d..19ba4b4cd 100644
--- a/Documentation/hwmon/abituguru-datasheet.rst
+++ b/Documentation/hwmon/abituguru-datasheet.rst
@@ -6,9 +6,9 @@  First of all, what I know about uGuru is no fact based on any help, hints or
 datasheet from Abit. The data I have got on uGuru have I assembled through
 my weak knowledge in "backwards engineering".
 And just for the record, you may have noticed uGuru isn't a chip developed by
-Abit, as they claim it to be. It's really just an microprocessor (uC) created by
+Abit, as they claim it to be. It's really just a microprocessor (uC) created by
 Winbond (W83L950D). And no, reading the manual for this specific uC or
-mailing  Windbond for help won't give any useful data about uGuru, as it is
+mailing Winbond for help won't give any useful data about uGuru, as it is
 the program inside the uC that is responding to calls.
 
 Olle Sandberg <ollebull@gmail.com>, 2005-05-25
@@ -35,7 +35,7 @@  As far as known the uGuru is always placed at and using the (ISA) I/O-ports
 ports are holding for detection. We will refer to 0xE0 as CMD (command-port)
 and 0xE4 as DATA because Abit refers to them with these names.
 
-If DATA holds 0x00 or 0x08 and CMD holds 0x00 or 0xAC an uGuru could be
+If DATA holds 0x00 or 0x08 and CMD holds 0x00 or 0xAC a uGuru could be
 present. We have to check for two different values at data-port, because
 after a reboot uGuru will hold 0x00 here, but if the driver is removed and
 later on attached again data-port will hold 0x08, more about this later.
@@ -46,7 +46,7 @@  have to test CMD for two different values. On these uGuru's DATA will initially
 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read
 first!
 
-To be really sure an uGuru is present a test read of one or more register
+To be really sure a uGuru is present a test read of one or more register
 sets should be done.
 
 
diff --git a/Documentation/hwmon/abituguru.rst b/Documentation/hwmon/abituguru.rst
index cfda60b75..4a5ee16b1 100644
--- a/Documentation/hwmon/abituguru.rst
+++ b/Documentation/hwmon/abituguru.rst
@@ -40,7 +40,7 @@  Supported chips:
 
 .. [2]  There is a separate abituguru3 driver for these motherboards,
 	the abituguru (without the 3 !) driver will not work on these
-	motherboards (and visa versa)!
+	motherboards (and vice versa)!
 
 Authors:
 	- Hans de Goede <j.w.r.degoede@hhs.nl>,