Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/dev Some KNF



details:   https://anonhg.NetBSD.org/src/rev/e6e524cc1beb
branches:  trunk
changeset: 455823:e6e524cc1beb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Apr 15 07:48:20 2019 +0000

description:
Some KNF

diffstat:

 sys/arch/hppa/dev/com_dino.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 2d1f82dc9983 -r e6e524cc1beb sys/arch/hppa/dev/com_dino.c
--- a/sys/arch/hppa/dev/com_dino.c      Mon Apr 15 06:42:06 2019 +0000
+++ b/sys/arch/hppa/dev/com_dino.c      Mon Apr 15 07:48:20 2019 +0000
@@ -77,9 +77,9 @@
 
        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); */
 }
 



Home | Main Index | Thread Index | Old Index