Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Cleanup some printaouts.
details: https://anonhg.NetBSD.org/src/rev/e0f75be209eb
branches: trunk
changeset: 482671:e0f75be209eb
user: mjacob <mjacob%NetBSD.org@localhost>
date: Sat Feb 19 01:51:43 2000 +0000
description:
Cleanup some printaouts.
diffstat:
sys/dev/ic/isp_inline.h | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (26 lines):
diff -r 5b5cb1c0c99a -r e0f75be209eb sys/dev/ic/isp_inline.h
--- a/sys/dev/ic/isp_inline.h Sat Feb 19 01:51:21 2000 +0000
+++ b/sys/dev/ic/isp_inline.h Sat Feb 19 01:51:43 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_inline.h,v 1.4 2000/01/06 02:56:20 mjacob Exp $ */
+/* $NetBSD: isp_inline.h,v 1.5 2000/02/19 01:51:43 mjacob Exp $ */
/*
* Copyright (C) 1999 National Aeronautics & Space Administration
* All rights reserved.
@@ -218,14 +218,12 @@
{
int amt, i, j;
u_int8_t *ptr = arg;
- PRINTF("%s %s index %d:\n ", isp->isp_name, msg, idx);
+ PRINTF("%s %s index %d:\n", isp->isp_name, msg, idx);
for (amt = i = 0; i < 4; i++) {
for (j = 0; j < (QENTRY_LEN >> 2); j++) {
PRINTF(" %02x", ptr[amt++] & 0xff);
}
- PRINTF("\n ");
+ PRINTF("\n");
}
- PRINTF("\n");
}
-
#endif /* _ISP_INLINE_H */
Home |
Main Index |
Thread Index |
Old Index