projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91641b7
)
rxrpc: Fix a typo
author
Zheng Yongjun
<zhengyongjun3@huawei.com>
Wed, 2 Jun 2021 06:55:08 +0000
(14:55 +0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 2 Jun 2021 21:01:55 +0000
(14:01 -0700)
targetted ==> targeted
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/local_event.c
patch
|
blob
|
history
diff --git
a/net/rxrpc/local_event.c
b/net/rxrpc/local_event.c
index 3ce6d628cd759d58c036e2ad3be257b4af9bb5fe..19e929c7c38bd899b813ae954b4d0e8a37d66223 100644
(file)
--- a/
net/rxrpc/local_event.c
+++ b/
net/rxrpc/local_event.c
@@
-77,7
+77,7
@@
static void rxrpc_send_version_request(struct rxrpc_local *local,
}
/*
- * Process event packets target
t
ed at a local endpoint.
+ * Process event packets targeted at a local endpoint.
*/
void rxrpc_process_local_events(struct rxrpc_local *local)
{