diff options
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 |