summaryrefslogtreecommitdiff
path: root/sys/dev/pci/mpii.c
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2019-08-20 23:55:42 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2019-08-20 23:55:42 +0000
commitaa8306a13696dc25018e94ef3b7506f11638e85b (patch)
tree3db195cc54582b688c7c818046b7cb80c4dc6162 /sys/dev/pci/mpii.c
parentf71b1ecd9d6c480f8ee17759619a92d12d2811d7 (diff)
Trailing whitespace.
Diffstat (limited to 'sys/dev/pci/mpii.c')
-rw-r--r--sys/dev/pci/mpii.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/mpii.c b/sys/dev/pci/mpii.c
index 7b171ead9e4..7d358f2bc1d 100644
--- a/sys/dev/pci/mpii.c
+++ b/sys/dev/pci/mpii.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpii.c,v 1.118 2019/07/07 11:17:36 dlg Exp $ */
+/* $OpenBSD: mpii.c,v 1.119 2019/08/20 23:55:41 krw Exp $ */
/*
* Copyright (c) 2010, 2012 Mike Belopuhov
* Copyright (c) 2009 James Giannoules
@@ -898,7 +898,7 @@ mpii_scsi_probe(struct scsi_link *link)
if (ISSET(flags, MPII_DF_VOLUME))
return (0);
- memset(&ehdr, 0, sizeof(ehdr));
+ memset(&ehdr, 0, sizeof(ehdr));
ehdr.page_type = MPII_CONFIG_REQ_PAGE_TYPE_EXTENDED;
ehdr.page_number = 0;
ehdr.page_version = 0;