diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 16:53:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-21 09:47:26 -0400 |
commit | 4489f161b739f01ab60a58784f6ef7de9d7a1352 (patch) | |
tree | eac4bc84b8e7c5c4e2ba0b87fdec9dd66ce3b62e /Documentation/hwmon | |
parent | 58cb346c7188f04bafa2a089ab0b093f5642572c (diff) |
docs: driver-model: convert docs to ReST and rename to *.rst
Convert the various documents at the driver-model, preparing
them to be part of the driver-api book.
The conversion is actually:
- add blank lines and identation in order to identify paragraphs;
- fix tables markups;
- add some lists markups;
- mark literal blocks;
- adjust title markups.
At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> # ice
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/submitting-patches.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/submitting-patches.rst b/Documentation/hwmon/submitting-patches.rst index f9796b9d9db6..d5b05d3e54ba 100644 --- a/Documentation/hwmon/submitting-patches.rst +++ b/Documentation/hwmon/submitting-patches.rst | |||
@@ -89,7 +89,7 @@ increase the chances of your change being accepted. | |||
89 | console. Excessive logging can seriously affect system performance. | 89 | console. Excessive logging can seriously affect system performance. |
90 | 90 | ||
91 | * Use devres functions whenever possible to allocate resources. For rationale | 91 | * Use devres functions whenever possible to allocate resources. For rationale |
92 | and supported functions, please see Documentation/driver-model/devres.txt. | 92 | and supported functions, please see Documentation/driver-model/devres.rst. |
93 | If a function is not supported by devres, consider using devm_add_action(). | 93 | If a function is not supported by devres, consider using devm_add_action(). |
94 | 94 | ||
95 | * If the driver has a detect function, make sure it is silent. Debug messages | 95 | * If the driver has a detect function, make sure it is silent. Debug messages |