
10 Aug
2016
10 Aug
'16
4:30 p.m.
On Tue, Aug 09, 2016 at 07:32:45PM +0200, Michal Privoznik wrote:
Usually, this variable is used to hold the return value for a function of ours. Well, this is not the case. Its use does not match our pattern and therefore it is very misleading. Drop it and define an alternative @rc variable, but only in that single block where it is needed.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/util/virnetdevmacvlan.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
ACK Jan