]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: e100: Fix docs build error
authorTobin C. Harding <me@tobin.cc>
Fri, 22 Jun 2018 00:37:07 +0000 (10:37 +1000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Jun 2018 01:37:37 +0000 (10:37 +0900)
commitbf599381584775e26900a89f84b57fa91a0bfc31
treed5c508b93bd629d53d24d2f1db39bbfa6597f60e
parentb47e5c3b0a94e4a269cda6fc5bdbdb47ecc8a736
Documentation: e100: Fix docs build error

Recent patch updated e100 docs to rst format.  Docs build (`make
htmldocs`) is currently failing due to this file with error:

(SEVERE/4) Unexpected section title.

This is because a section of the file is indented 2 spaces.  Build error
can be cleared by aligning the text with column 0.  While we are changing
these lines we can make sure line length does not exceed 72, that
newlines following headings are uniform, and that full stops are
followed by two spaces.

Align text with column 0, limit line length to 72, ensure two spaces
follow all full stops, ensure uniform use of newlines after heading.

Fixes commit (ba44c08a10e1 Documentation: e100: Update the Intel 10/100 driver doc)

CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/e100.rst