summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2019-04-15 07:48:20 +0000
committerskrll <skrll@NetBSD.org>2019-04-15 07:48:20 +0000
commite125d44508317a44dbe92dd3490af23bcc53bd22 (patch)
treeca4595cf97db77e7123b383e1b9db0ed0a2690be /sys/arch/hppa/dev
parent597393b4c01c97ed6854daf5cc4994396abcd065 (diff)
Some KNF
Diffstat (limited to 'sys/arch/hppa/dev')
-rw-r--r--sys/arch/hppa/dev/com_dino.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/com_dino.c b/sys/arch/hppa/dev/com_dino.c
index d8dfbe96068..bdd6243139b 100644
--- a/sys/arch/hppa/dev/com_dino.c
+++ b/sys/arch/hppa/dev/com_dino.c
@@ -77,9 +77,9 @@ com_dino_match(device_t parent, cfdata_t match, void *aux)
if (ca->ca_type.iodc_type != HPPA_TYPE_FIO ||
ca->ca_type.iodc_sv_model != HPPA_FIO_GRS232)
- return (0);
+ return 0;
- return (1);
+ return 1;
/* HOZER comprobe1(ca->ca_iot, ca->ca_hpa + IOMOD_DEVOFFSET); */
}