Module Name: src Committed By: andvar Date: Sun Sep 10 14:11:34 UTC 2023
Modified Files: src/sys/arch/hpcmips/tx: tx39io.c Log Message: nix whitespace before semicolon. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hpcmips/tx/tx39io.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/hpcmips/tx/tx39io.c diff -u src/sys/arch/hpcmips/tx/tx39io.c:1.23 src/sys/arch/hpcmips/tx/tx39io.c:1.24 --- src/sys/arch/hpcmips/tx/tx39io.c:1.23 Sat Oct 27 17:17:54 2012 +++ src/sys/arch/hpcmips/tx/tx39io.c Sun Sep 10 14:11:33 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: tx39io.c,v 1.23 2012/10/27 17:17:54 chs Exp $ */ +/* $NetBSD: tx39io.c,v 1.24 2023/09/10 14:11:33 andvar Exp $ */ /*- * Copyright (c) 1999-2001 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tx39io.c,v 1.23 2012/10/27 17:17:54 chs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tx39io.c,v 1.24 2023/09/10 14:11:33 andvar Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -238,7 +238,7 @@ mfio_out(hpcio_chip_t arg, int port, int static int mfio_in(hpcio_chip_t arg, int port) { - struct tx39io_softc *sc __attribute__((__unused__)) = arg->hc_sc ; + struct tx39io_softc *sc __attribute__((__unused__)) = arg->hc_sc; DPRINTF("port #%d\n", port); return (tx_conf_read(sc->sc_tc, TX39_IOMFIODATAIN_REG) & (1 << port));