Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/playstation2/dev Add missing semicolon.



details:   https://anonhg.NetBSD.org/src/rev/aaf0160f856e
branches:  trunk
changeset: 447444:aaf0160f856e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Jan 11 08:30:19 2019 +0000

description:
Add missing semicolon.

diffstat:

 sys/arch/playstation2/dev/emac3.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e706bca492f2 -r aaf0160f856e sys/arch/playstation2/dev/emac3.c
--- a/sys/arch/playstation2/dev/emac3.c Fri Jan 11 08:14:50 2019 +0000
+++ b/sys/arch/playstation2/dev/emac3.c Fri Jan 11 08:30:19 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emac3.c,v 1.11 2016/04/03 10:03:04 martin Exp $        */
+/*     $NetBSD: emac3.c,v 1.12 2019/01/11 08:30:19 msaitoh Exp $       */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emac3.c,v 1.11 2016/04/03 10:03:04 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emac3.c,v 1.12 2019/01/11 08:30:19 msaitoh Exp $");
 
 #include "debug_playstation2.h"
 
@@ -248,7 +248,7 @@
                    ETHER_ADDR_LEN) != 0)
                        goto allmulti;
 
-               ETHER_NEXT_MULTI(step, enm)
+               ETHER_NEXT_MULTI(step, enm);
        }
 
        /* XXX always multicast promiscuous mode. XXX use hash table.. */



Home | Main Index | Thread Index | Old Index