mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
update some comments
This commit is contained in:
parent
c54b43e2c2
commit
0c19cc73da
@ -274,8 +274,7 @@ struct udev_list_entry *udev_enumerate_get_list_entry(struct udev_enumerate *ude
|
||||
/* skip to be delayed devices, and add them to the end of the list */
|
||||
if (devices_delay_end(udev_enumerate->udev, entry->syspath)) {
|
||||
syspath_add(udev_enumerate, entry->syspath);
|
||||
/* need to update prev here for the case realloc() gives
|
||||
a different address */
|
||||
/* need to update prev here for the case realloc() gives a different address */
|
||||
prev = &udev_enumerate->devices[i];
|
||||
continue;
|
||||
}
|
||||
|
@ -44,7 +44,6 @@ int udevadm_control(struct udev *udev, int argc, char *argv[])
|
||||
struct udev_ctrl *uctrl = NULL;
|
||||
int rc = 1;
|
||||
|
||||
/* compat values with '_' will be removed in a future release */
|
||||
static const struct option options[] = {
|
||||
{ "log-priority", required_argument, NULL, 'l' },
|
||||
{ "stop-exec-queue", no_argument, NULL, 's' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user