Skip to content

Commit 758abb5

Browse files
dubekmasahir0y
authored andcommitted
docs: kbuild: fix ReST formatting
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 <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 6975031 commit 758abb5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/kbuild/modules.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ module 8123.ko, which is built from the following files::
182182
8123_pci.c
183183
8123_bin.o_shipped <= Binary blob
184184

185-
--- 3.1 Shared Makefile
185+
3.1 Shared Makefile
186+
-------------------
186187

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

471472
The syntax of the Module.symvers file is::
472473

473-
<CRC> <Symbol> <Module> <Export Type> <Namespace>
474+
<CRC> <Symbol> <Module> <Export Type> <Namespace>
474475

475-
0xe1cc2a05 usb_stor_suspend drivers/usb/storage/usb-storage EXPORT_SYMBOL_GPL USB_STORAGE
476+
0xe1cc2a05 usb_stor_suspend drivers/usb/storage/usb-storage EXPORT_SYMBOL_GPL USB_STORAGE
476477

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

0 commit comments

Comments
 (0)