From 3f12e9a06f683e36f8f227816a1cc832f65f331e Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Mon, 24 May 2010 21:51:50 +0000 Subject: "scsi_ioh_add:" -> "scsi_ioh_del:" in scsi_ioh_del() panic msg. Spotted by Matthew Dempsky. Thanks! --- sys/scsi/scsi_base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/scsi') diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c index 88622a7ea64..514d301de1d 100644 --- a/sys/scsi/scsi_base.c +++ b/sys/scsi/scsi_base.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_base.c,v 1.172 2010/04/17 04:14:52 deraadt Exp $ */ +/* $OpenBSD: scsi_base.c,v 1.173 2010/05/24 21:51:49 krw Exp $ */ /* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */ /* @@ -302,7 +302,7 @@ scsi_ioh_del(struct scsi_iohandler *ioh) case RUNQ_IDLE: break; default: - panic("scsi_ioh_add: unexpected state %u", ioh->entry.state); + panic("scsi_ioh_del: unexpected state %u", ioh->entry.state); #endif } -- cgit v1.2.3