diff options
| author | Masanari Iida <[email protected]> | 2018-02-19 22:55:50 +0900 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2018-02-19 07:12:55 -0700 |
| commit | 281a7af87352011fa5a28e3cf6ce601dec79a179 (patch) | |
| tree | 0ccaae3bb25e2fb103845475d39f6bc4a120bacd | |
| parent | b57c847ca6e6ebd6dc059978dfb0cd514c2f779a (diff) | |
linux-next: SLIMbus: doc: Fix a warning "Title underline too short"
This patch fixes a warning during "make xmldocs"
Documentation/driver-api/slimbus.rst:93:
WARNING: Title underline too short.
Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
| -rw-r--r-- | Documentation/driver-api/slimbus.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/slimbus.rst b/Documentation/driver-api/slimbus.rst index 7555ecd538de..a97449cf603a 100644 --- a/Documentation/driver-api/slimbus.rst +++ b/Documentation/driver-api/slimbus.rst @@ -90,7 +90,7 @@ controller resets the bus. This notification allows the driver to take necessary steps to boot the device so that it's functional after the bus has been reset. Driver and Controller APIs: --------------------------- +--------------------------- .. kernel-doc:: include/linux/slimbus.h :internal: |