]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-device: rename arguments
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 May 2025 17:31:46 +0000 (02:31 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 May 2025 15:26:32 +0000 (00:26 +0900)
To make it consistent with its declaration and other function
prototypes.

src/libsystemd/sd-device/device-private.h

index dea772863398b92bb5253b145f9a3fe2cffc4a0f..7d609d1a41401033227a4191ccdadd66a4b66b5c 100644 (file)
@@ -63,7 +63,7 @@ int device_get_properties_strv(sd_device *device, char ***ret);
 
 int device_clone_with_db(sd_device *device, sd_device **ret);
 
-int device_tag_index(sd_device *dev, sd_device *dev_old, bool add);
+int device_tag_index(sd_device *device, sd_device *device_old, bool add);
 bool device_should_have_db(sd_device *device);
 int device_has_db(sd_device *device);
 int device_update_db(sd_device *device);