projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5771a8c
)
docs: Get module_init() docs from module.h
author
Jonathan Corbet
<corbet@lwn.net>
Mon, 17 Jul 2017 19:55:58 +0000
(13:55 -0600)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 17 Jul 2017 19:55:58 +0000
(13:55 -0600)
The docs build complains:
./include/linux/init.h:1: warning: no structured comments found
The problem is that the comments in question were moved to module.h in
commit
0fd972a7d91d
(module: relocate module_init from init.h to
module.h). Fix basics.rst to match.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/basics.rst
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/driver-api/basics.rst
b/Documentation/driver-api/basics.rst
index ab82250c7727309d2aace9284c26316c770c1fb5..cbfb5a825077bba88be9b92c936c1bfc603fde2f 100644
(file)
--- a/
Documentation/driver-api/basics.rst
+++ b/
Documentation/driver-api/basics.rst
@@
-4,7
+4,7
@@
Driver Basics
Driver Entry and Exit points
----------------------------
-.. kernel-doc:: include/linux/
init
.h
+.. kernel-doc:: include/linux/
module
.h
:internal:
Driver device table