Skip to content

Commit

Permalink
docs: kbuild: fix ReST formatting
Browse files Browse the repository at this point in the history
Commit cd238ef ("docs: kbuild: convert docs to ReST and rename to
*.rst") missed a ReST header and a verbatim file content area.

Signed-off-by: Dov Murik <dovmurik@linux.vnet.ibm.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
  • Loading branch information
Dov Murik authored and Masahiro Yamada committed Jun 28, 2020
1 parent 6975031 commit 758abb5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Documentation/kbuild/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ module 8123.ko, which is built from the following files::
8123_pci.c
8123_bin.o_shipped <= Binary blob

--- 3.1 Shared Makefile
3.1 Shared Makefile
-------------------

An external module always includes a wrapper makefile that
supports building the module using "make" with no arguments.
Expand Down Expand Up @@ -470,9 +471,9 @@ build.

The syntax of the Module.symvers file is::

<CRC> <Symbol> <Module> <Export Type> <Namespace>
<CRC> <Symbol> <Module> <Export Type> <Namespace>

0xe1cc2a05 usb_stor_suspend drivers/usb/storage/usb-storage EXPORT_SYMBOL_GPL USB_STORAGE
0xe1cc2a05 usb_stor_suspend drivers/usb/storage/usb-storage EXPORT_SYMBOL_GPL USB_STORAGE

The fields are separated by tabs and values may be empty (e.g.
if no namespace is defined for an exported symbol).
Expand Down

0 comments on commit 758abb5

Please sign in to comment.