diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-02-06 15:08:20 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2020-02-06 15:08:20 +0000 |
commit | a4b060399a5ba0e85a9915a33aa05e2f6a4604d9 (patch) | |
tree | 6f14367c368bc0f22d074fc16196328328695ca4 /sys/dev/ic/aic79xx_openbsd.c | |
parent | 024b3e25970e0de8d07e8399ea67744ddf534249 (diff) |
Whitespace tweak.
Diffstat (limited to 'sys/dev/ic/aic79xx_openbsd.c')
-rw-r--r-- | sys/dev/ic/aic79xx_openbsd.c | 5 |
1 files changed, 2 insertions, 3 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 }; |