projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66e9c46
)
docs: DMA-API-HOWTO: add a missing "="
author
Mauro Carvalho Chehab
<mchehab+samsung@kernel.org>
Wed, 10 Apr 2019 09:56:20 +0000
(06:56 -0300)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 11 Apr 2019 18:37:02 +0000
(12:37 -0600)
The === line is shorter than the section title.
As this will generate a warning with rst build, fix it.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/DMA-API-HOWTO.txt
patch
|
blob
|
history
diff --git
a/Documentation/DMA-API-HOWTO.txt
b/Documentation/DMA-API-HOWTO.txt
index 1a721d0f35c857d38cda0d6572a7facb49059d90..db48c6fd3162bcec973a591bea97af602230148a 100644
(file)
--- a/
Documentation/DMA-API-HOWTO.txt
+++ b/
Documentation/DMA-API-HOWTO.txt
@@
-147,7
+147,7
@@
networking subsystems make sure that the buffers they use are valid
for you to DMA from/to.
DMA addressing capabilities
-==========================
+==========================
=
By default, the kernel assumes that your device can address 32-bits of DMA
addressing. For a 64-bit capable device, this needs to be increased, and for