Commit b3037ac5 authored by Wang Wenhu's avatar Wang Wenhu Committed by David S. Miller
Browse files

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: default avatarWang Wenhu <wenhu.wang@vivo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8fa54b11
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
 */