diff options
author | Hirokazu Honda <hiroh@chromium.org> | 2021-05-13 13:53:23 +0900 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2021-05-13 17:24:02 +0900 |
commit | 0445a2dc02e8d686566553c50e89a7e873a964aa (patch) | |
tree | 1432b589f9d716da9aaa9e92ae0554d4ec5a99e3 /Documentation | |
parent | 0906ddb2681a53aff9ecccb7e933e9f04974022f (diff) |
Documentation: Fix too short title underline in ipa.rst
Sphinx build is broken from the commit (0906ddb2) because a
title underline is too short. This fixed the breakage.
Fixes: 0906ddb2681a ("Documentation: Add IPA writers guide")
Signed-off-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/guides/ipa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/guides/ipa.rst b/Documentation/guides/ipa.rst index e53486d1..cbffbd9a 100644 --- a/Documentation/guides/ipa.rst +++ b/Documentation/guides/ipa.rst @@ -437,7 +437,7 @@ direct return, since it is an int32, while the other output parameter is a pointer-based output parameter. Using the IPA interface (IPA Module) ------------------------------ +------------------------------------ The following header is necessary to implement an IPA Module (with raspberrypi as an example): |