diff mbox series

[1/4] Documentation: e100: Use correct heading adornment

Message ID 20180622003708.31848-2-me@tobin.cc
State Accepted, archived
Delegated to: David Miller
Headers show
Series docs: e100[0] fix build errors | expand

Commit Message

Tobin C. Harding June 22, 2018, 12:37 a.m. UTC
Recently documentation file was converted to rst.  The document title
has the incorrect heading adornment.  From kernel docs:

	* Please stick to this order of heading adornments:

	  1. ``=`` with overline for document title::

	       ==============
	       Document title
	       ==============

Add  overline heading adornment to document title.

Fixes commit (85d63445f411 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>
---
 Documentation/networking/e100.rst | 1 +
 1 file changed, 1 insertion(+)

Comments

Kirsher, Jeffrey T June 22, 2018, 4:44 p.m. UTC | #1
On Fri, 2018-06-22 at 10:37 +1000, Tobin C. Harding wrote:
> Recently documentation file was converted to rst.  The document title
> has the incorrect heading adornment.  From kernel docs:
> 
>         * Please stick to this order of heading adornments:
> 
>           1. ``=`` with overline for document title::
> 
>                ==============
>                Document title
>                ==============
> 
> Add  overline heading adornment to document title.
> 
> Fixes commit (85d63445f411 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>
diff mbox series

Patch

diff --git a/Documentation/networking/e100.rst b/Documentation/networking/e100.rst
index d4d837027925..59b80608e27d 100644
--- a/Documentation/networking/e100.rst
+++ b/Documentation/networking/e100.rst
@@ -1,3 +1,4 @@ 
+==============================================================
 Linux* Base Driver for the Intel(R) PRO/100 Family of Adapters
 ==============================================================