]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-builtin-net_id: introduce get_matching_parent() helper function
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 9 Aug 2023 21:24:29 +0000 (06:24 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 10 Aug 2023 11:09:06 +0000 (20:09 +0900)
commit5dc06b376fe8b7b117ac22d1e5298126e1e7ce12
tree2f863781b509f0959c768da3b1ee045aaeda16a2
parentc27d9c0ac19db7a7b18f124f917cd0e0fa95ecda
udev-builtin-net_id: introduce get_matching_parent() helper function

The pattern is common in many naming scheme. Let's split out the
pattern. No functional change, just refactoring.
src/udev/udev-builtin-net_id.c