summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2020-10-15 16:47:45 +0200
committerDavid Howells <dhowells@redhat.com>2020-11-23 19:09:30 +0100
commit177b8989661bf7f90851c7ab3dc174b1aa117989 (patch)
treea52c013391b23b77630fea14e659bdaf35bb38be /net
parentrxrpc: Ignore unknown tokens in key payload unless no known tokens (diff)
downloadlinux-177b8989661bf7f90851c7ab3dc174b1aa117989.tar.xz
linux-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 'net')
-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