projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa54b1
)
drivers: ipa: remove discription of nonexistent element
author
Wang Wenhu
<wenhu.wang@vivo.com>
Wed, 27 May 2020 03:32:22 +0000
(20:32 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 27 May 2020 21:58:28 +0000
(14:58 -0700)
No element named "client" exists within "struct ipa_endpoint".
It might be a heritage forgotten to be removed. Delete it now.
Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_endpoint.h
patch
|
blob
|
history
diff --git
a/drivers/net/ipa/ipa_endpoint.h
b/drivers/net/ipa/ipa_endpoint.h
index
3b297d6
..
58a245d
100644
(file)
--- a/
drivers/net/ipa/ipa_endpoint.h
+++ b/
drivers/net/ipa/ipa_endpoint.h
@@
-41,7
+41,6
@@
enum ipa_endpoint_name {
/**
* struct ipa_endpoint - IPA endpoint information
- * @client: Client associated with the endpoint
* @channel_id: EP's GSI channel
* @evt_ring_id: EP's GSI channel event ring
*/