diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2020-01-29 16:19:48 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2020-01-29 22:01:56 +0100 |
commit | 899b56b37eb64ce1406e5de079147984b284f439 (patch) | |
tree | 2b5a4a3bc04e76281d4a149b29c2fbcf86d33d60 /Documentation/i2c | |
parent | 22714ef85478f7ff3a2dfd3e2bc854b72271ab8f (diff) | |
download | linux-899b56b37eb64ce1406e5de079147984b284f439.tar.gz linux-899b56b37eb64ce1406e5de079147984b284f439.tar.bz2 linux-899b56b37eb64ce1406e5de079147984b284f439.zip |
docs: i2c: old-module-parameters: fix internal hyperlink
Use ReST syntax so that a proper hyperlink is generated.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r-- | Documentation/i2c/old-module-parameters.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/i2c/old-module-parameters.rst b/Documentation/i2c/old-module-parameters.rst index 78a6950e5763..1a18e2b0f593 100644 --- a/Documentation/i2c/old-module-parameters.rst +++ b/Documentation/i2c/old-module-parameters.rst @@ -12,8 +12,8 @@ address), "force" (to forcibly attach the driver to a given device) and With the conversion of the I2C subsystem to the standard device driver binding model, it became clear that these per-module parameters were no longer needed, and that a centralized implementation was possible. The new, -sysfs-based interface is described in the documentation file -"instantiating-devices", section "Method 4: Instantiate from user-space". +sysfs-based interface is described in :doc:`instantiating-devices`, section +"Method 4: Instantiate from user-space". Below is a mapping from the old module parameters to the new interface. |