Merge branch 'mptcp-miscellaneous-cleanup'
authorJakub Kicinski <kuba@kernel.org>
Sat, 10 Dec 2022 03:46:14 +0000 (19:46 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 10 Dec 2022 03:46:14 +0000 (19:46 -0800)
Mat Martineau says:

====================
mptcp: Miscellaneous cleanup

Two code cleanup patches for the 6.2 merge window that don't change
behavior:

Patch 1 makes proper use of nlmsg_free(), as suggested by Jakub while
reviewing f8c9dfbd875b ("mptcp: add pm listener events").

Patch 2 clarifies success status in a few mptcp functions, which
prevents some smatch false positives.
====================

Link: https://lore.kernel.org/r/20221209004431.143701-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge