aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/key.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2020-10-15 15:47:45 +0100
committerDavid Howells <dhowells@redhat.com>2020-11-23 18:09:30 +0000
commit177b8989661bf7f90851c7ab3dc174b1aa117989 (patch)
treea52c013391b23b77630fea14e659bdaf35bb38be /net/rxrpc/key.c
parentrxrpc: Ignore unknown tokens in key payload unless no known tokens (diff)
downloadlinux-dev-177b8989661bf7f90851c7ab3dc174b1aa117989.tar.xz
linux-dev-177b8989661bf7f90851c7ab3dc174b1aa117989.zip
rxrpc: Fix example key name in a comment
Fix an example of an rxrpc key name in a comment. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to '')
-rw-r--r--net/rxrpc/key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/key.c b/net/rxrpc/key.c
index 7e6d19263ce3..9631aa8543b5 100644
--- a/net/rxrpc/key.c
+++ b/net/rxrpc/key.c
@@ -5,7 +5,7 @@
* Written by David Howells (dhowells@redhat.com)
*
* RxRPC keys should have a description of describing their purpose:
- * "afs@CAMBRIDGE.REDHAT.COM>
+ * "afs@example.com"
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt