diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-06-22 10:37:05 +1000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-23 10:37:37 +0900 |
commit | 32e6996ca697099a4be5cd0dbd4b436699ca81a9 (patch) | |
tree | 9ef3d1f35ff2996d2bad465acb31e0083ed7225a /Documentation | |
parent | 6c6da92808442908287fae8ebb0ca041a52469f4 (diff) | |
download | linux-32e6996ca697099a4be5cd0dbd4b436699ca81a9.tar.bz2 |
Documentation: e100: Use correct heading adornment
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/e100.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 ============================================================== |