Re: [libvirt] [RFC PATCH 1/7] conf: Remove a redundant model/address-type check in mdev post parse

2018-06-04 Thread John Ferlan
On 05/30/2018 09:42 AM, Erik Skultety wrote: > It's pointless to check the same thing multiple times. > Fix the indentation along the way too. > > Signed-off-by: Erik Skultety > --- > src/conf/domain_conf.c | 14 ++ > 1 file changed, 2 insertions(+), 12 deletions(-) >

[libvirt] [RFC PATCH 1/7] conf: Remove a redundant model/address-type check in mdev post parse

2018-05-30 Thread Erik Skultety
It's pointless to check the same thing multiple times. Fix the indentation along the way too. Signed-off-by: Erik Skultety --- src/conf/domain_conf.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index