diff options
author | Gabriel Krisman Bertazi <krisman@collabora.com> | 2020-11-24 15:28:02 -0500 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2021-01-21 16:16:08 +0000 |
commit | 8fe62e0c0e2efa5437f3ee81b65d69e70a45ecd2 (patch) | |
tree | bd1103f45277d1ead1165524501ad2e69c66ccf0 /samples/Kconfig | |
parent | 796e46f9e2cb2d823578044598ee8fe77f86e3f7 (diff) |
watch_queue: Drop references to /dev/watch_queue
The merged API doesn't use a watch_queue device, but instead relies on
pipes, so let the documentation reflect that.
Fixes: f7e47677e39a ("watch_queue: Add a key/keyring notification facility")
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Jarkko Sakkinen <jarkko@kernel.org>
Reviewed-by: Ben Boeckel <mathstuf@gmail.com>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 0ed6e4d71d87..e76cdfc50e25 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -210,7 +210,7 @@ config SAMPLE_WATCHDOG depends on CC_CAN_LINK config SAMPLE_WATCH_QUEUE - bool "Build example /dev/watch_queue notification consumer" + bool "Build example watch_queue notification API consumer" depends on CC_CAN_LINK && HEADERS_INSTALL help Build example userspace program to use the new mount_notify(), |