aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/submitting-patches.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-18 12:34:59 -0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-07-15 11:03:02 -0300
commitfe34c89d25429e079ba67416529514120dd715f8 (patch)
tree31a1ab717619c97b8711803d8815a22aa77ce2dd /Documentation/hwmon/submitting-patches.rst
parentdocs: lp855x-driver.rst: add it to the driver-api book (diff)
downloadlinux-dev-fe34c89d25429e079ba67416529514120dd715f8.tar.xz
linux-dev-fe34c89d25429e079ba67416529514120dd715f8.zip
docs: driver-model: move it to the driver-api book
The audience for the Kernel driver-model is clearly Kernel hackers. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> # ice driver changes
Diffstat (limited to '')
-rw-r--r--Documentation/hwmon/submitting-patches.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/submitting-patches.rst b/Documentation/hwmon/submitting-patches.rst
index d5b05d3e54ba..452fc28d8e0b 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.
console. Excessive logging can seriously affect system performance.
* Use devres functions whenever possible to allocate resources. For rationale
- and supported functions, please see Documentation/driver-model/devres.rst.
+ and supported functions, please see Documentation/driver-api/driver-model/devres.rst.
If a function is not supported by devres, consider using devm_add_action().
* If the driver has a detect function, make sure it is silent. Debug messages