[systemd-devel] [PATCH 4/4] libsystemd-network: Add Init-Reboot support
Patrik Flykt
Patrik.Flykt at linux.intel.com
Mon Mar 17 06:47:34 PDT 2014
On Sat, 2014-03-15 at 04:02 +0100, Zbigniew Jędrzejewski-Szmek wrote:
> This means that I can complain about spelling :) There's no such word
> as "broadcasted". Past tense and adjective are "broadcast".
Yes :-) Spelling fixed.
> > - if (client->state == DHCP_STATE_REQUESTING)
> > + if (client->state == DHCP_STATE_REQUESTING ||
> > + client->state == DHCP_STATE_REBOOTING)
> Using IN_SET(client->state, DHCP_STATE_REQUESTING, DHCP_STATE_REBOOTING)
> seems to be visually less cluttered.
Updated to IN_SET.
If there are no more comments, I can probably go ahead and apply these
four patches?
Cheers,
Patrik
More information about the systemd-devel
mailing list