Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Use /*FALLTHROUGH*/.



details:   https://anonhg.NetBSD.org/src/rev/f896b8c61181
branches:  trunk
changeset: 762544:f896b8c61181
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Feb 22 21:19:30 2011 +0000

description:
Use /*FALLTHROUGH*/.

diffstat:

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

diffs (27 lines):

diff -r 5f801c883eb7 -r f896b8c61181 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Tue Feb 22 20:25:54 2011 +0000
+++ b/sys/dev/pci/if_wm.c       Tue Feb 22 21:19:30 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.219 2011/02/06 16:23:00 bouyer Exp $       */
+/*     $NetBSD: if_wm.c,v 1.220 2011/02/22 21:19:30 dyoung Exp $       */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.219 2011/02/06 16:23:00 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.220 2011/02/22 21:19:30 dyoung Exp $");
 
 #include "rnd.h"
 
@@ -2797,7 +2797,7 @@
                        error = 0;
                        break;
                }
-               /* Fall through for rest */
+               /*FALLTHROUGH*/
        default:
                if ((error = ether_ioctl(ifp, cmd, data)) != ENETRESET)
                        break;



Home | Main Index | Thread Index | Old Index