summaryrefslogtreecommitdiff
path: root/net/rxrpc
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2020-10-15 17:47:45 +0300
committerDavid Howells <dhowells@redhat.com>2020-11-23 21:09:30 +0300
commit177b8989661bf7f90851c7ab3dc174b1aa117989 (patch)
treea52c013391b23b77630fea14e659bdaf35bb38be /net/rxrpc
parent9a0e6464f45b056163e6f04b14df44b15f02ed3a (diff)
downloadlinux-177b8989661bf7f90851c7ab3dc174b1aa117989.tar.xz
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/rxrpc')
-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