1
0
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:
Kay Sievers 2011-02-15 22:27:33 +01:00
parent c54b43e2c2
commit 0c19cc73da
2 changed files with 1 additions and 3 deletions

View File

@ -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;
}

View File

@ -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' },