Fixed printf format and spelling errors. Didn't fix related
description of DPT_SHUTDOWN_SLEEP in LINT. Didn't add timestamps so that the (combined?) sleep interval can be printed as intended in the original printf.
This commit is contained in:
parent
e7e3958bc5
commit
72298f8fa6
@ -64,7 +64,7 @@
|
||||
* 3. dpt_handle_timeouts potentially inserts into the queue
|
||||
*/
|
||||
|
||||
#ident "$Id: dpt_scsi.c,v 1.9 1998/08/06 20:57:33 eivind Exp $"
|
||||
#ident "$Id: dpt_scsi.c,v 1.10 1998/08/10 17:06:28 bde Exp $"
|
||||
|
||||
#define _DPT_C_
|
||||
|
||||
@ -3466,10 +3466,10 @@ checkit:
|
||||
ospl = splcam();
|
||||
dpt->state &= ~DPT_HA_SHUTDOWN_ACTIVE;
|
||||
splx(ospl);
|
||||
printf("dpt%d: WARNING: After sleeping for %d seconds, "
|
||||
printf("dpt%d: WARNING: After sleeping for about 100 seconds, "
|
||||
"I am re-enabled\n",
|
||||
dpt->unit);
|
||||
printf(" Any further I/O is NOT guranteed to "
|
||||
printf(" Any further I/O is NOT guaranteed to "
|
||||
"complete!\n");
|
||||
}
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user