Skip to content

Commit c1aac62

Browse files
committed
Merge tag 'docs-4.11' of git://git.lwn.net/linux
Pull documentation updates from Jonathan Corbet: "A slightly quieter cycle for documentation this time around. Three more DocBook template files have been converted to RST; only 21 to go. There are various build improvements and the usual array of documentation improvements and fixes" * tag 'docs-4.11' of git://git.lwn.net/linux: (44 commits) docs / driver-api: Fix structure references in device_link.rst PM / docs: Fix structure references in device.rst Add a target to check broken external links in the Documentation Documentation: Fix linux-api list typo Documentation: DocBook/Makefile comment typo Improve sparse documentation Documentation: make Makefile.sphinx no-ops quieter Documentation: DMA-ISA-LPC.txt Documentation: input: fix path to input code definitions docs: Remove the copyright year from conf.py docs: Fix a warning in the Korean HOWTO.rst translation PM / sleep / docs: Convert PM notifiers document to reST PM / core / docs: Convert sleep states API document to reST PM / core: Update kerneldoc comments in pm.h doc-rst: Fix recursive make invocation from macros doc-rst: Delete output of failed dot-SVG conversion doc-rst: Break shell command sequences on failure Documentation/sphinx: make targets independent of Sphinx work for HAVE_SPHINX=0 doc-rst: fixed cleandoc target when used with O=dir Documentation/sphinx: prevent generation of .pyc files in the source tree ...
2 parents fd7e9a8 + bd85626 commit c1aac62

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+3288
-3510
lines changed

Documentation/DMA-ISA-LPC.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ requirements you pass the flag GFP_DMA to kmalloc.
4242

4343
Unfortunately the memory available for ISA DMA is scarce so unless you
4444
allocate the memory during boot-up it's a good idea to also pass
45-
__GFP_REPEAT and __GFP_NOWARN to make the allocater try a bit harder.
45+
__GFP_REPEAT and __GFP_NOWARN to make the allocator try a bit harder.
4646

4747
(This scarcity also means that you should allocate the buffer as
4848
early as possible and not release it until the driver is unloaded.)

Documentation/DocBook/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DOCBOOKS := z8530book.xml \
1313
gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
1414
genericirq.xml s390-drivers.xml scsi.xml \
1515
sh.xml regulator.xml w1.xml \
16-
writing_musb_glue_layer.xml iio.xml
16+
writing_musb_glue_layer.xml
1717

1818
ifeq ($(DOCBOOKS),)
1919

@@ -71,6 +71,7 @@ installmandocs: mandocs
7171
# no-op for the DocBook toolchain
7272
epubdocs:
7373
latexdocs:
74+
linkcheckdocs:
7475

7576
###
7677
#External programs used
@@ -272,6 +273,6 @@ cleandocs:
272273
$(Q)rm -rf $(call objectify, $(clean-dirs))
273274

274275
# Declare the contents of the .PHONY variable as phony. We keep that
275-
# information in a variable se we can use it in if_changed and friends.
276+
# information in a variable so we can use it in if_changed and friends.
276277

277278
.PHONY: $(PHONY)

Documentation/DocBook/deviceiobook.tmpl

Lines changed: 0 additions & 323 deletions
This file was deleted.

0 commit comments

Comments
 (0)