]> git.baikalelectronics.ru Git - kernel.git/commit
docs: Get module_init() docs from module.h
authorJonathan Corbet <corbet@lwn.net>
Mon, 17 Jul 2017 19:55:58 +0000 (13:55 -0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 17 Jul 2017 19:55:58 +0000 (13:55 -0600)
commite0eb566afda7e04726d74cb6ee48d0904f344d77
tree31d9bf26aaafe4060173f7a2d202f2acaf7571e4
parentc1e7f93cfc9ccbe5772b8d0eb3da04ab3bcc7881
docs: Get module_init() docs from module.h

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 692dca6e3400 (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