Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Fix typo (isic_isac_recover -> isic_recover). Not...
details: https://anonhg.NetBSD.org/src/rev/60315724a3f8
branches: trunk
changeset: 538783:60315724a3f8
user: leo <leo%NetBSD.org@localhost>
date: Tue Oct 29 21:02:45 2002 +0000
description:
Fix typo (isic_isac_recover -> isic_recover). Noticed by Matthias Drochner.
diffstat:
sys/dev/ic/isic_l1fsm.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r a49ca55b8384 -r 60315724a3f8 sys/dev/ic/isic_l1fsm.c
--- a/sys/dev/ic/isic_l1fsm.c Tue Oct 29 19:28:19 2002 +0000
+++ b/sys/dev/ic/isic_l1fsm.c Tue Oct 29 21:02:45 2002 +0000
@@ -27,14 +27,14 @@
* i4b_l1fsm.c - isdn4bsd layer 1 I.430 state machine
* --------------------------------------------------
*
- * $Id: isic_l1fsm.c,v 1.8 2002/10/25 21:03:48 leo Exp $
+ * $Id: isic_l1fsm.c,v 1.9 2002/10/29 21:02:45 leo Exp $
*
* last edit-date: [Fri Jan 5 11:36:11 2001]
*
*---------------------------------------------------------------------------*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isic_l1fsm.c,v 1.8 2002/10/25 21:03:48 leo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isic_l1fsm.c,v 1.9 2002/10/29 21:02:45 leo Exp $");
#include <sys/param.h>
#if defined(__FreeBSD__) && __FreeBSD__ >= 3
@@ -151,7 +151,7 @@
#endif /* NNISACSX > 0 */
default:
#if NNISAC > 0
- isic_isac_recover(sc);
+ isic_recover(sc);
#endif /* NNISAC > 0 */
break;
}
Home |
Main Index |
Thread Index |
Old Index