Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/ic Apply patch (requested by joda):
details: https://anonhg.NetBSD.org/src/rev/c120543a3472
branches: netbsd-1-5
changeset: 492766:c120543a3472
user: he <he%NetBSD.org@localhost>
date: Wed Feb 13 22:15:10 2002 +0000
description:
Apply patch (requested by joda):
Correct typo in previous pull-up.
diffstat:
sys/dev/ic/elinkxl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2e017b88c33f -r c120543a3472 sys/dev/ic/elinkxl.c
--- a/sys/dev/ic/elinkxl.c Wed Feb 13 22:11:34 2002 +0000
+++ b/sys/dev/ic/elinkxl.c Wed Feb 13 22:15:10 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: elinkxl.c,v 1.34.2.6 2002/01/01 12:07:38 he Exp $ */
+/* $NetBSD: elinkxl.c,v 1.34.2.7 2002/02/13 22:15:10 he Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -473,7 +473,7 @@
/* Add a suspend hook to make sure we come back up after a resume. */
sc->sc_powerhook = powerhook_establish(ex_power, sc);
if (sc->sc_powerhook == NULL)
- printf("s: WARNING: unable to establish power hook\n",
+ printf("%s: WARNING: unable to establish power hook\n",
sc->sc_dev.dv_xname);
/* The attach is successful. */
Home |
Main Index |
Thread Index |
Old Index