[PATCH 2/4] Documentation: e1000: Use correct heading adornment

From: Tobin C. Harding
Date: Thu Jun 21 2018 - 20:38:16 EST


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 (228046e76189 Documentation: e1000: Update kernel documentation)

CC: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
Signed-off-by: Tobin C. Harding <me@xxxxxxxx>
---
Documentation/networking/e1000.rst | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/networking/e1000.rst b/Documentation/networking/e1000.rst
index 616848940e63..55f28e5043b6 100644
--- a/Documentation/networking/e1000.rst
+++ b/Documentation/networking/e1000.rst
@@ -1,3 +1,4 @@
+===========================================================
Linux* Base Driver for Intel(R) Ethernet Network Connection
===========================================================

--
2.17.1