[systemd-devel] [PATCH] udev: fix coding style

2015-05-05 Thread Susant Sahani
--- src/udev/net/ethtool-util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/udev/net/ethtool-util.c b/src/udev/net/ethtool-util.c index ec67126..927b8ab 100644 --- a/src/udev/net/ethtool-util.c +++ b/src/udev/net/ethtool-util.c @@ -93,8 +93,7 @@ int ethtool_get_driver

Re: [systemd-devel] [PATCH] udev: fix coding style

2015-05-06 Thread systemd github import bot
Patchset imported to github. Pull request: -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel mailing

Re: [systemd-devel] [PATCH] udev: fix coding style

2015-05-06 Thread Lennart Poettering
On Wed, 06.05.15 11:45, Susant Sahani (sus...@redhat.com) wrote: Actually, we allow the line break there too, even though we prefer to not have it there. Applied anyway. Thanks! > --- > src/udev/net/ethtool-util.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/ud