public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warnings in Linus' tree
@ 2022-05-26  7:21 Stephen Rothwell
  2022-05-26  7:59 ` [PATCH] media: lirc: add missing exceptions for lirc uapi header file Sean Young
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2022-05-26  7:21 UTC (permalink / raw)
  To: Sean Young
  Cc: Linus Torvalds, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

Hi all,

building Linus' tree, today's linux-next build (htmldocs) produced
these warnings:

Documentation/output/lirc.h.rst:X: WARNING: undefined label: lirc-can-notify-decode
Documentation/output/lirc.h.rst:X: WARNING: undefined l

Presumably introduced by commit

  e5499dd7253c ("media: lirc: revert removal of unused feature flags")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] media: lirc: add missing exceptions for lirc uapi header file
  2022-05-26  7:21 linux-next: build warnings in Linus' tree Stephen Rothwell
@ 2022-05-26  7:59 ` Sean Young
  0 siblings, 0 replies; 2+ messages in thread
From: Sean Young @ 2022-05-26  7:59 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Linus Torvalds, Linux Kernel Mailing List,
	Linux Next Mailing List, linux-media

commit e5499dd7253c ("media: lirc: revert removal of unused feature flags")
reintroduced unused feature flags in the lirc uapi header, but failed to
reintroduce the necessary exceptions for the docs.

Fixes: e5499dd7253c ("media: lirc: revert removal of unused feature flags")
Signed-off-by: Sean Young <sean@mess.org>
---
 Documentation/userspace-api/media/lirc.h.rst.exceptions | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/userspace-api/media/lirc.h.rst.exceptions b/Documentation/userspace-api/media/lirc.h.rst.exceptions
index 913d17b49831..1aeb7d7afe13 100644
--- a/Documentation/userspace-api/media/lirc.h.rst.exceptions
+++ b/Documentation/userspace-api/media/lirc.h.rst.exceptions
@@ -30,6 +30,8 @@ ignore define LIRC_CAN_REC
 
 ignore define LIRC_CAN_SEND_MASK
 ignore define LIRC_CAN_REC_MASK
+ignore define LIRC_CAN_SET_REC_FILTER
+ignore define LIRC_CAN_NOTIFY_DECODE
 
 # Obsolete ioctls
 
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-26  7:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-26  7:21 linux-next: build warnings in Linus' tree Stephen Rothwell
2022-05-26  7:59 ` [PATCH] media: lirc: add missing exceptions for lirc uapi header file Sean Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox