]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev/builtins: make skip_subsystem() and skip_virtio() alike 20384/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 3 Aug 2021 14:49:05 +0000 (16:49 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 7 Aug 2021 07:01:41 +0000 (09:01 +0200)
commitd340bdd1bd435e9f5524f4246feaf38511b2ff45
treec236d8a6eb534360f4077cc3e533a4046004aa36
parentd3d2e3abda33ef0fa88628f749c04dc77e878275
udev/builtins: make skip_subsystem() and skip_virtio() alike

The two functions do not implement identical logic, so they shouldn't
have identical structure, but let's make them both a bit simpler and
more alike.
src/udev/udev-builtin-net_id.c
src/udev/udev-builtin-path_id.c