diff options
| author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 11:34:59 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 10:03:02 -0400 |
| commit | fe34c89d25429e079ba67416529514120dd715f8 (patch) | |
| tree | 31a1ab717619c97b8711803d8815a22aa77ce2dd /scripts | |
| parent | 56198359b64125dd0f9fa991972b61e4bc4fc6b5 (diff) | |
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 'scripts')
| -rw-r--r-- | scripts/coccinelle/free/devm_free.cocci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccinelle/free/devm_free.cocci b/scripts/coccinelle/free/devm_free.cocci index fefd0331a2de..441799b5359b 100644 --- a/scripts/coccinelle/free/devm_free.cocci +++ b/scripts/coccinelle/free/devm_free.cocci | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | /// functions. Values allocated using the devm_functions are freed when | 3 | /// functions. Values allocated using the devm_functions are freed when |
| 4 | /// the device is detached, and thus the use of the standard freeing | 4 | /// the device is detached, and thus the use of the standard freeing |
| 5 | /// function would cause a double free. | 5 | /// function would cause a double free. |
| 6 | /// See Documentation/driver-model/devres.rst for more information. | 6 | /// See Documentation/driver-api/driver-model/devres.rst for more information. |
| 7 | /// | 7 | /// |
| 8 | /// A difficulty of detecting this problem is that the standard freeing | 8 | /// A difficulty of detecting this problem is that the standard freeing |
| 9 | /// function might be called from a different function than the one | 9 | /// function might be called from a different function than the one |
