summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpt_debug.c
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2009-04-18 14:58:02 +0000
committertsutsui <tsutsui@NetBSD.org>2009-04-18 14:58:02 +0000
commitd779b85d3e27cbc6415031c4446bef314272b7be (patch)
tree5836c2c63744b89d48a9207fb26e15108d8346bb /sys/dev/ic/mpt_debug.c
parent86340eaa2bc29d659f84a5fcd4ec8e1c545a7e3b (diff)
Remove extra whitespace added by a stupid tool.
XXX: more in src/sys/arch
Diffstat (limited to 'sys/dev/ic/mpt_debug.c')
-rw-r--r--sys/dev/ic/mpt_debug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/mpt_debug.c b/sys/dev/ic/mpt_debug.c
index 56fbfae4ce9..f548fa1e066 100644
--- a/sys/dev/ic/mpt_debug.c
+++ b/sys/dev/ic/mpt_debug.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mpt_debug.c,v 1.5 2009/03/18 17:06:49 cegger Exp $ */
+/* $NetBSD: mpt_debug.c,v 1.6 2009/04/18 14:58:02 tsutsui Exp $ */
/*
* Copyright (c) 2000, 2001 by Greg Ansley
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mpt_debug.c,v 1.5 2009/03/18 17:06:49 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mpt_debug.c,v 1.6 2009/04/18 14:58:02 tsutsui Exp $");
#include <dev/ic/mpt.h>
@@ -474,7 +474,7 @@ mpt_print_scsi_io_request(MSG_SCSI_IO_REQUEST *orig_msg)
MSG_SCSI_IO_REQUEST local, *msg = &local;
int i;
- memcpy( msg, orig_msg, sizeof (MSG_SCSI_IO_REQUEST));
+ memcpy(msg, orig_msg, sizeof (MSG_SCSI_IO_REQUEST));
mpt_print_request_hdr((MSG_REQUEST_HEADER *)msg);
printf("\tBus: %d\n", msg->Bus);
printf("\tTargetID %d\n", msg->TargetID);