Merge branch 'net-ipa-small-transaction-updates'
authorJakub Kicinski <kuba@kernel.org>
Thu, 21 Jul 2022 04:05:07 +0000 (21:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 21 Jul 2022 04:05:08 +0000 (21:05 -0700)
commit4ab6e359f8dfac153c798369ff5938da2f43a0e1
tree1a543f6254a0458ecc8f3584d7dd64bc3b191eb2
parentd79e4164d0d51f5a39ee7208823335a5fee902e0
parent616c4a83b6eaf2e517849d90203ac1c3f6f61b57
Merge branch 'net-ipa-small-transaction-updates'

Alex Elder says:

====================
net: ipa: small transaction updates

Version 2 of this series corrects a misspelling of "outstanding"
pointed out by the netdev test bots.  (For some reason I don't see
that when I run "checkpatch".)  I found and fixed a second instance
of that word being misspelled as well.

This series includes three changes to the transaction code.  The
first adds a new transaction list that represents a distinct state
that has not been maintained.  The second moves a field in the
transaction information structure, and reorders its initialization
a bit.  The third skips a function call when it is known not to be
necessary.

The last two are very small "leftover" patches.
====================

Link: https://lore.kernel.org/r/20220719181020.372697-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>