diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-12-10 15:21:28 -0500 |
---|---|---|
committer | Jean Delvare <khali@arrakis.delvare> | 2006-12-10 15:21:28 -0500 |
commit | 26f95c4ae2b1fd1b03531b3d662fc21beedce955 (patch) | |
tree | fba0ce305927f0e086efba7355dffaffb36639a1 /Documentation/i2c | |
parent | af1713e0f111647052953ba12fd10a59c74a5dde (diff) |
i2c: Fix documentation typos
Fix typos in i2c bus drivers documentation.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r-- | Documentation/i2c/busses/i2c-amd8111 | 2 | ||||
-rw-r--r-- | Documentation/i2c/busses/i2c-nforce2 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/i2c/busses/i2c-amd8111 b/Documentation/i2c/busses/i2c-amd8111 index db294ee7455a..460dd6635fd2 100644 --- a/Documentation/i2c/busses/i2c-amd8111 +++ b/Documentation/i2c/busses/i2c-amd8111 | |||
@@ -5,7 +5,7 @@ Supported adapters: | |||
5 | 5 | ||
6 | Datasheets: | 6 | Datasheets: |
7 | AMD datasheet not yet available, but almost everything can be found | 7 | AMD datasheet not yet available, but almost everything can be found |
8 | in publically available ACPI 2.0 specification, which the adapter | 8 | in the publicly available ACPI 2.0 specification, which the adapter |
9 | follows. | 9 | follows. |
10 | 10 | ||
11 | Author: Vojtech Pavlik <vojtech@suse.cz> | 11 | Author: Vojtech Pavlik <vojtech@suse.cz> |
diff --git a/Documentation/i2c/busses/i2c-nforce2 b/Documentation/i2c/busses/i2c-nforce2 index cd49c428a3ab..5465ed0f4379 100644 --- a/Documentation/i2c/busses/i2c-nforce2 +++ b/Documentation/i2c/busses/i2c-nforce2 | |||
@@ -10,7 +10,7 @@ Supported adapters: | |||
10 | * nForce4 MCP51 10de:0264 | 10 | * nForce4 MCP51 10de:0264 |
11 | * nForce4 MCP55 10de:0368 | 11 | * nForce4 MCP55 10de:0368 |
12 | 12 | ||
13 | Datasheet: not publically available, but seems to be similar to the | 13 | Datasheet: not publicly available, but seems to be similar to the |
14 | AMD-8111 SMBus 2.0 adapter. | 14 | AMD-8111 SMBus 2.0 adapter. |
15 | 15 | ||
16 | Authors: | 16 | Authors: |
@@ -38,7 +38,7 @@ Notes | |||
38 | ----- | 38 | ----- |
39 | 39 | ||
40 | The SMBus adapter in the nForce2 chipset seems to be very similar to the | 40 | The SMBus adapter in the nForce2 chipset seems to be very similar to the |
41 | SMBus 2.0 adapter in the AMD-8111 southbridge. However, I could only get | 41 | SMBus 2.0 adapter in the AMD-8111 south bridge. However, I could only get |
42 | the driver to work with direct I/O access, which is different to the EC | 42 | the driver to work with direct I/O access, which is different to the EC |
43 | interface of the AMD-8111. Tested on Asus A7N8X. The ACPI DSDT table of the | 43 | interface of the AMD-8111. Tested on Asus A7N8X. The ACPI DSDT table of the |
44 | Asus A7N8X lists two SMBuses, both of which are supported by this driver. | 44 | Asus A7N8X lists two SMBuses, both of which are supported by this driver. |