Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Remove extra pair of braces.
details: https://anonhg.NetBSD.org/src/rev/de133fb853ef
branches: trunk
changeset: 348973:de133fb853ef
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Nov 18 11:46:04 2016 +0000
description:
Remove extra pair of braces.
diffstat:
sys/dev/pci/if_wm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0a0d875ef047 -r de133fb853ef sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Fri Nov 18 10:38:55 2016 +0000
+++ b/sys/dev/pci/if_wm.c Fri Nov 18 11:46:04 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.451 2016/11/18 06:55:00 msaitoh Exp $ */
+/* $NetBSD: if_wm.c,v 1.452 2016/11/18 11:46:04 joerg Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -84,7 +84,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.451 2016/11/18 06:55:00 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.452 2016/11/18 11:46:04 joerg Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -11977,7 +11977,7 @@
break;
/* FALLTHROUGH */
case WM_T_PCH:
- if ((sc->sc_type == WM_T_PCH))
+ if (sc->sc_type == WM_T_PCH)
if ((fwsm & FWSM_FW_VALID) != 0)
break;
Home |
Main Index |
Thread Index |
Old Index