From cb3167a9d741c1a39abedb1a1eddeae66d658b00 Mon Sep 17 00:00:00 2001 From: krw Date: Thu, 6 Feb 2020 15:08:19 +0000 Subject: [PATCH] Whitespace tweak. --- sys/dev/ic/aic79xx_openbsd.c | 5 ++--- sys/dev/ic/aic7xxx_openbsd.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sys/dev/ic/aic79xx_openbsd.c b/sys/dev/ic/aic79xx_openbsd.c index c04dcb806ef..ef7d138d996 100644 --- a/sys/dev/ic/aic79xx_openbsd.c +++ b/sys/dev/ic/aic79xx_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx_openbsd.c,v 1.48 2020/01/25 21:48:42 krw Exp $ */ +/* $OpenBSD: aic79xx_openbsd.c,v 1.49 2020/02/06 15:08:19 krw Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -82,8 +82,7 @@ struct cfdriver ahd_cd = { NULL, "ahd", DV_DULL }; -static struct scsi_adapter ahd_switch = -{ +static struct scsi_adapter ahd_switch = { ahd_action, ahd_minphys, NULL, NULL, NULL }; diff --git a/sys/dev/ic/aic7xxx_openbsd.c b/sys/dev/ic/aic7xxx_openbsd.c index 3b584259da8..406a0c33893 100644 --- a/sys/dev/ic/aic7xxx_openbsd.c +++ b/sys/dev/ic/aic7xxx_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx_openbsd.c,v 1.58 2020/01/25 21:48:42 krw Exp $ */ +/* $OpenBSD: aic7xxx_openbsd.c,v 1.59 2020/02/06 15:08:19 krw Exp $ */ /* $NetBSD: aic7xxx_osm.c,v 1.14 2003/11/02 11:07:44 wiz Exp $ */ /* @@ -61,8 +61,7 @@ struct cfdriver ahc_cd = { NULL, "ahc", DV_DULL }; -static struct scsi_adapter ahc_switch = -{ +static struct scsi_adapter ahc_switch = { ahc_action, ahc_minphys, NULL, NULL, NULL };