diff options
author | Sean Young <sean@mess.org> | 2020-11-26 10:05:16 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-11-26 14:29:37 +0100 |
commit | 711561a41d1f70ad939c3ff3cf00e75fa8238337 (patch) | |
tree | ab3b8abf2ce4d576a1ed12b2f788aff4e3d6c20b /Documentation/userspace-api/media/lirc.h.rst.exceptions | |
parent | media: rc: add keymap for KHAMSIN remote (diff) | |
download | linux-711561a41d1f70ad939c3ff3cf00e75fa8238337.tar.xz linux-711561a41d1f70ad939c3ff3cf00e75fa8238337.zip |
media: lirc: fix lirc.h documentation generation
The rc_proto enum values should be ignored for now, otherwise we get
warnings like:
Documentation/output/lirc.h.rst:6: WARNING: undefined label: rc-proto-max (if the link has no caption the label must precede a section header)
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 72e637fec558 ("media: rc: validate that "rc_proto" is reasonable")
Fixes: cea357bc2571 ("media: lirc: ensure RC_PROTO_MAX has documentation")
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/userspace-api/media/lirc.h.rst.exceptions')
-rw-r--r-- | Documentation/userspace-api/media/lirc.h.rst.exceptions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/userspace-api/media/lirc.h.rst.exceptions b/Documentation/userspace-api/media/lirc.h.rst.exceptions index ac768d769113..e74b73cd0e9e 100644 --- a/Documentation/userspace-api/media/lirc.h.rst.exceptions +++ b/Documentation/userspace-api/media/lirc.h.rst.exceptions @@ -64,6 +64,7 @@ ignore symbol RC_PROTO_RCMM12 ignore symbol RC_PROTO_RCMM24 ignore symbol RC_PROTO_RCMM32 ignore symbol RC_PROTO_XBOX_DVD +ignore symbol RC_PROTO_MAX # Undocumented macros |