mirror of https://gitee.com/openkylin/linux.git
rxrpc: Fix a typo
targetted ==> targeted Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
91641b79e1
commit
fe6c0262bd
|
@ -77,7 +77,7 @@ static void rxrpc_send_version_request(struct rxrpc_local *local,
|
|||
}
|
||||
|
||||
/*
|
||||
* Process event packets targetted at a local endpoint.
|
||||
* Process event packets targeted at a local endpoint.
|
||||
*/
|
||||
void rxrpc_process_local_events(struct rxrpc_local *local)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue