Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/qbus Add missing braces. From Henning Petersen in PR...



details:   https://anonhg.NetBSD.org/src/rev/e89a0178c2f5
branches:  trunk
changeset: 329560:e89a0178c2f5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 29 07:08:10 2014 +0000

description:
Add missing braces. From Henning Petersen in PR 48846.

diffstat:

 sys/dev/qbus/if_il.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3caa129d09de -r e89a0178c2f5 sys/dev/qbus/if_il.c
--- a/sys/dev/qbus/if_il.c      Thu May 29 07:05:10 2014 +0000
+++ b/sys/dev/qbus/if_il.c      Thu May 29 07:08:10 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_il.c,v 1.26 2012/10/27 17:18:37 chs Exp $   */
+/*     $NetBSD: if_il.c,v 1.27 2014/05/29 07:08:10 wiz Exp $   */
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_il.c,v 1.26 2012/10/27 17:18:37 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_il.c,v 1.27 2014/05/29 07:08:10 wiz Exp $");
 
 #include "opt_inet.h"
 
@@ -332,7 +332,7 @@
                addr->il_csr = ILC_ALLMC;
                if (ilwait(ui, "all multi"))
                        return 0;
-       else {
+       } else {
                int i;
                register struct ether_addr *ep = is->is_maddrs;
                struct ether_multi *enm;



Home | Main Index | Thread Index | Old Index