]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: ipa: three small fixes
authorAlex Elder <elder@linaro.org>
Fri, 9 Apr 2021 18:07:22 +0000 (13:07 -0500)
committerJakub Kicinski <kuba@kernel.org>
Sat, 10 Apr 2021 03:57:26 +0000 (20:57 -0700)
commit602a1c76f84720c56ad4f6a56a330954cab87d05
tree65f4cbd54f95c7a5005548b7ee6c608b1f03e649
parent57ab8ca42fa07fdbd02828a0b90de704605f70cd
net: ipa: three small fixes

Some time ago changes were made to stop referring to clearing the
hardware pipeline as a "tag process."  Fix a comment to use the
newer terminology.

Get rid of a pointless double-negation of the Boolean toward_ipa
flag in ipa_endpoint_config().

make ipa_endpoint_exit_one() private; it's only referenced inside
"ipa_endpoint.c".

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/ipa_endpoint.c
drivers/net/ipa/ipa_endpoint.h