artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9b063
)
pretty & normalize the cfdriver decl
author
deraadt
<deraadt@openbsd.org>
Sun, 24 Oct 2021 09:16:53 +0000
(09:16 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 24 Oct 2021 09:16:53 +0000
(09:16 +0000)
sys/dev/pv/vioscsi.c
patch
|
blob
|
history
diff --git
a/sys/dev/pv/vioscsi.c
b/sys/dev/pv/vioscsi.c
index
aa2a1cc
..
55dd8b2
100644
(file)
--- a/
sys/dev/pv/vioscsi.c
+++ b/
sys/dev/pv/vioscsi.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: vioscsi.c,v 1.2
6 2020/09/22 19:32:53 krw Exp $
*/
+/* $OpenBSD: vioscsi.c,v 1.2
7 2021/10/24 09:16:53 deraadt Exp $
*/
/*
* Copyright (c) 2013 Google Inc.
*
@@
-77,9
+77,7
@@
struct cfattach vioscsi_ca = {
};
struct cfdriver vioscsi_cd = {
- NULL,
- "vioscsi",
- DV_DULL,
+ NULL, "vioscsi", DV_DULL,
};
struct scsi_adapter vioscsi_switch = {