Skip to content
  • Tobin C. Harding's avatar
    3b0c3ebe
    Documentation: e100: Fix docs build error · 3b0c3ebe
    Tobin C. Harding authored
    
    
    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 (85d63445 Documentation: e100: Update the Intel 10/100 driver doc)
    
    CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
    Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
    Acked-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    3b0c3ebe
    Documentation: e100: Fix docs build error
    Tobin C. Harding authored
    
    
    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 (85d63445 Documentation: e100: Update the Intel 10/100 driver doc)
    
    CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
    Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
    Acked-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Loading