net: ipa: rename a few endpoint config data types
authorAlex Elder <elder@linaro.org>
Thu, 19 May 2022 15:12:16 +0000 (10:12 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 May 2022 10:12:24 +0000 (11:12 +0100)
commitcf4e73a1667e620ef703ff1f86ae96471ffa80f6
treea50a595f00ff32edf03ee448f5d0d5c73a286d7f
parentf0488c540e8a36e515c744a531f27a6e994888d6
net: ipa: rename a few endpoint config data types

Rename the just-moved data structure types to drop the "_data"
suffix, to make it more obvious they are no longer meant to be used
just as read-only initialization data.  Rename the fields and
variables of these types to use "config" instead of "data" in the
name.  This is another small step meant to facilitate review.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_data.h
drivers/net/ipa/ipa_endpoint.c
drivers/net/ipa/ipa_endpoint.h
drivers/net/ipa/ipa_modem.c