Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/fc100a225af1
branches: trunk
changeset: 967002:fc100a225af1
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Nov 26 08:21:03 2019 +0000
description:
Fix typo in comment.
diffstat:
sys/dev/mii/amhphy.c | 6 +++---
sys/dev/mii/brgphy.c | 6 +++---
sys/dev/mii/glxtphy.c | 6 +++---
sys/dev/mii/gphyter.c | 6 +++---
sys/dev/mii/ikphy.c | 6 +++---
5 files changed, 15 insertions(+), 15 deletions(-)
diffs (135 lines):
diff -r f5c70243af10 -r fc100a225af1 sys/dev/mii/amhphy.c
--- a/sys/dev/mii/amhphy.c Tue Nov 26 08:19:51 2019 +0000
+++ b/sys/dev/mii/amhphy.c Tue Nov 26 08:21:03 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: amhphy.c,v 1.23 2019/03/25 07:34:13 msaitoh Exp $ */
+/* $NetBSD: amhphy.c,v 1.24 2019/11/26 08:21:03 msaitoh Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amhphy.c,v 1.23 2019/03/25 07:34:13 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amhphy.c,v 1.24 2019/11/26 08:21:03 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -200,7 +200,7 @@
if (bmcr & BMCR_AUTOEN) {
/*
- * The media status bits are only valid of autonegotiation
+ * The media status bits are only valid if autonegotiation
* has completed (or it's disabled).
*/
if ((bmsr & BMSR_ACOMP) == 0) {
diff -r f5c70243af10 -r fc100a225af1 sys/dev/mii/brgphy.c
--- a/sys/dev/mii/brgphy.c Tue Nov 26 08:19:51 2019 +0000
+++ b/sys/dev/mii/brgphy.c Tue Nov 26 08:21:03 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: brgphy.c,v 1.84 2019/04/11 08:50:20 msaitoh Exp $ */
+/* $NetBSD: brgphy.c,v 1.85 2019/11/26 08:21:03 msaitoh Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: brgphy.c,v 1.84 2019/04/11 08:50:20 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: brgphy.c,v 1.85 2019/11/26 08:21:03 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -491,7 +491,7 @@
if (bmcr & BMCR_AUTOEN) {
/*
- * The media status bits are only valid of autonegotiation
+ * The media status bits are only valid if autonegotiation
* has completed (or it's disabled).
*/
if ((bmsr & BMSR_ACOMP) == 0) {
diff -r f5c70243af10 -r fc100a225af1 sys/dev/mii/glxtphy.c
--- a/sys/dev/mii/glxtphy.c Tue Nov 26 08:19:51 2019 +0000
+++ b/sys/dev/mii/glxtphy.c Tue Nov 26 08:21:03 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: glxtphy.c,v 1.29 2019/03/25 07:34:13 msaitoh Exp $ */
+/* $NetBSD: glxtphy.c,v 1.30 2019/11/26 08:21:03 msaitoh Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: glxtphy.c,v 1.29 2019/03/25 07:34:13 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: glxtphy.c,v 1.30 2019/11/26 08:21:03 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -223,7 +223,7 @@
if (bmcr & BMCR_AUTOEN) {
/*
- * The media status bits are only valid of autonegotiation
+ * The media status bits are only valid if autonegotiation
* has completed (or it's disabled).
*/
if ((qsr & QSR_ACOMP) == 0) {
diff -r f5c70243af10 -r fc100a225af1 sys/dev/mii/gphyter.c
--- a/sys/dev/mii/gphyter.c Tue Nov 26 08:19:51 2019 +0000
+++ b/sys/dev/mii/gphyter.c Tue Nov 26 08:21:03 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gphyter.c,v 1.34 2019/11/21 09:48:57 msaitoh Exp $ */
+/* $NetBSD: gphyter.c,v 1.35 2019/11/26 08:21:03 msaitoh Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gphyter.c,v 1.34 2019/11/21 09:48:57 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gphyter.c,v 1.35 2019/11/26 08:21:03 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -255,7 +255,7 @@
if (bmcr & BMCR_AUTOEN) {
/*
- * The media status bits are only valid of autonegotiation
+ * The media status bits are only valid if autonegotiation
* has completed (or it's disabled).
*/
if ((bmsr & BMSR_ACOMP) == 0) {
diff -r f5c70243af10 -r fc100a225af1 sys/dev/mii/ikphy.c
--- a/sys/dev/mii/ikphy.c Tue Nov 26 08:19:51 2019 +0000
+++ b/sys/dev/mii/ikphy.c Tue Nov 26 08:21:03 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ikphy.c,v 1.16 2019/09/04 06:28:30 msaitoh Exp $ */
+/* $NetBSD: ikphy.c,v 1.17 2019/11/26 08:21:03 msaitoh Exp $ */
/*******************************************************************************
Copyright (c) 2001-2005, Intel Corporation
@@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ikphy.c,v 1.16 2019/09/04 06:28:30 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ikphy.c,v 1.17 2019/11/26 08:21:03 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -302,7 +302,7 @@
if (bmcr & BMCR_AUTOEN) {
/*
- * The media status bits are only valid of autonegotiation
+ * The media status bits are only valid if autonegotiation
* has completed (or it's disabled).
*/
if ((pssr & GG82563_PSSR_SPEED_DUPLEX_RESOLVED) == 0) {
Home |
Main Index |
Thread Index |
Old Index