diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-19 14:29:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-19 14:29:06 -0400 |
commit | 177894bfac2e4d338593a1ff589bebebc0671a65 (patch) | |
tree | c25c8a72fd8b9d5b9d64d6bbbddd372497ecd8d9 /Documentation/media/kapi | |
parent | 0e6fd95802e25b2428749703f76ea9d54ea743a3 (diff) |
media: cec-core: fix a Sphinx warning
/devel/v4l/patchwork/Documentation/media/kapi/cec-core.rst:369: WARNING: Title underline too short.
CEC Notifier framework
-----------------
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/kapi')
-rw-r--r-- | Documentation/media/kapi/cec-core.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/kapi/cec-core.rst b/Documentation/media/kapi/cec-core.rst index dc512bdd43c0..28866259998c 100644 --- a/Documentation/media/kapi/cec-core.rst +++ b/Documentation/media/kapi/cec-core.rst @@ -366,7 +366,7 @@ CEC pin transitions from low to high or vice versa. .. kernel-doc:: include/media/cec-pin.h CEC Notifier framework ------------------ +---------------------- Most drm HDMI implementations have an integrated CEC implementation and no notifier support is needed. But some have independent CEC implementations |