Skip to content

Commit 4776b9e

Browse files
brandonJYJonathan Corbet
authored andcommitted
Documentation: fix typo for abituguru documentation
Typo fix for abituguru,abituguru3 and abituguru-datasheet Signed-off-by: Brandon Jiang <brandon.jiang.a@outlook.com> Link: https://lore.kernel.org/r/DM5PR22MB0892E4FEFCA9ED055B0A8E71AC580@DM5PR22MB0892.namprd22.prod.outlook.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 053f8fc commit 4776b9e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Documentation/hwmon/abituguru-datasheet.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ See below for all known bank addresses, numbers of sensors in that bank,
6868
number of bytes data per sensor and contents/meaning of those bytes.
6969

7070
Although both this document and the kernel driver have kept the sensor
71-
terminoligy for the addressing within a bank this is not 100% correct, in
71+
terminology for the addressing within a bank this is not 100% correct, in
7272
bank 0x24 for example the addressing within the bank selects a PWM output not
7373
a sensor.
7474

@@ -155,7 +155,7 @@ After wider testing of the Linux kernel driver some variants of the uGuru have
155155
turned up which do not hold 0x08 at DATA within 250 reads after writing the
156156
bank address. With these versions this happens quite frequent, using larger
157157
timeouts doesn't help, they just go offline for a second or 2, doing some
158-
internal callibration or whatever. Your code should be prepared to handle
158+
internal calibration or whatever. Your code should be prepared to handle
159159
this and in case of no response in this specific case just goto sleep for a
160160
while and then retry.
161161

@@ -331,6 +331,6 @@ the voltage / clock programming out, I tried reading and only reading banks
331331
0-0x30 with the reading code used for the sensor banks (0x20-0x28) and this
332332
resulted in a _permanent_ reprogramming of the voltages, luckily I had the
333333
sensors part configured so that it would shutdown my system on any out of spec
334-
voltages which proprably safed my computer (after a reboot I managed to
334+
voltages which probably safed my computer (after a reboot I managed to
335335
immediately enter the bios and reload the defaults). This probably means that
336336
the read/write cycle for the non sensor part is different from the sensor part.

Documentation/hwmon/abituguru.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Supported chips:
1717
Note:
1818
The uGuru is a microcontroller with onboard firmware which programs
1919
it to behave as a hwmon IC. There are many different revisions of the
20-
firmware and thus effectivly many different revisions of the uGuru.
20+
firmware and thus effectively many different revisions of the uGuru.
2121
Below is an incomplete list with which revisions are used for which
2222
Motherboards:
2323

@@ -33,7 +33,7 @@ Supported chips:
3333
sensortype (Volt or Temp) for bank1 sensors, for revision 1 uGuru's
3434
this does not always work. For these uGuru's the autodetection can
3535
be overridden with the bank1_types module param. For all 3 known
36-
revison 1 motherboards the correct use of this param is:
36+
revision 1 motherboards the correct use of this param is:
3737
bank1_types=1,1,0,0,0,0,0,2,0,0,0,0,2,0,0,1
3838
You may also need to specify the fan_sensors option for these boards
3939
fan_sensors=5

Documentation/hwmon/abituguru3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Supported chips:
1313
Note:
1414
The uGuru is a microcontroller with onboard firmware which programs
1515
it to behave as a hwmon IC. There are many different revisions of the
16-
firmware and thus effectivly many different revisions of the uGuru.
16+
firmware and thus effectively many different revisions of the uGuru.
1717
Below is an incomplete list with which revisions are used for which
1818
Motherboards:
1919

@@ -24,7 +24,7 @@ Supported chips:
2424
- uGuru 3.0.0.0 ~ 3.0.x.x (AW8, AL8, AT8, NI8 SLI, AT8 32X, AN8 32X,
2525
AW9D-MAX)
2626

27-
The abituguru3 driver is only for revison 3.0.x.x motherboards,
27+
The abituguru3 driver is only for revision 3.0.x.x motherboards,
2828
this driver will not work on older motherboards. For older
2929
motherboards use the abituguru (without the 3 !) driver.
3030

0 commit comments

Comments
 (0)