Message ID | 20200527033222.34410-1-wenhu.wang@vivo.com |
---|---|
State | New |
Headers | show |
Series | drivers: ipa: remove discription of nonexistent element | expand |
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 */
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(-)