From: Wang Wenhu Date: Wed, 27 May 2020 03:32:22 +0000 (-0700) Subject: drivers: ipa: remove discription of nonexistent element X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b3037ac50130a169c3980e63f8df2f0b599db411;p=linux.git drivers: ipa: remove discription of nonexistent element 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/ipa/ipa_endpoint.h b/drivers/net/ipa/ipa_endpoint.h index 3b297d65828e1..58a245de488e8 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 */