netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: ipa: remove discription of nonexistent element
@ 2020-05-27  3:32 Wang Wenhu
  2020-05-27 21:58 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Wenhu @ 2020-05-27  3:32 UTC (permalink / raw)
  To: davem, elder, netdev, linux-kernel; +Cc: kernel, trivial, Wang Wenhu

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>
---
 drivers/net/ipa/ipa_endpoint.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ipa/ipa_endpoint.h b/drivers/net/ipa/ipa_endpoint.h
index 4b336a1f759d..bbee9535d4b2 100644
--- 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
  */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers: ipa: remove discription of nonexistent element
  2020-05-27  3:32 [PATCH] drivers: ipa: remove discription of nonexistent element Wang Wenhu
@ 2020-05-27 21:58 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-05-27 21:58 UTC (permalink / raw)
  To: wenhu.wang; +Cc: elder, netdev, linux-kernel, kernel, trivial

From: Wang Wenhu <wenhu.wang@vivo.com>
Date: Tue, 26 May 2020 20:32:22 -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>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-27 21:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27  3:32 [PATCH] drivers: ipa: remove discription of nonexistent element Wang Wenhu
2020-05-27 21:58 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).