From: Yu Watanabe Date: Tue, 6 May 2025 17:31:46 +0000 (+0900) Subject: sd-device: rename arguments X-Git-Tag: v258-rc1~654^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e969ec1d517a4cc9a613994b24423e2bdeeebe00;p=thirdparty%2Fsystemd.git sd-device: rename arguments To make it consistent with its declaration and other function prototypes. --- diff --git a/src/libsystemd/sd-device/device-private.h b/src/libsystemd/sd-device/device-private.h index dea77286339..7d609d1a414 100644 --- a/src/libsystemd/sd-device/device-private.h +++ b/src/libsystemd/sd-device/device-private.h @@ -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);