pretty & normalize the cfdriver decl
authorderaadt <deraadt@openbsd.org>
Sun, 24 Oct 2021 09:16:53 +0000 (09:16 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 24 Oct 2021 09:16:53 +0000 (09:16 +0000)
sys/dev/pv/vioscsi.c

index aa2a1cc..55dd8b2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: vioscsi.c,v 1.26 2020/09/22 19:32:53 krw Exp $        */
+/*     $OpenBSD: vioscsi.c,v 1.27 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 = {