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/watch_queue | |
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/watch_queue')
-rw-r--r-- | samples/watch_queue/watch_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/watch_queue/watch_test.c b/samples/watch_queue/watch_test.c index 46e618a897fe..8c6cb57d5cfc 100644 --- a/samples/watch_queue/watch_test.c +++ b/samples/watch_queue/watch_test.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Use /dev/watch_queue to watch for notifications. +/* Use watch_queue API to watch for notifications. * * Copyright (C) 2020 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) |