Module Name: src Committed By: riastradh Date: Tue Jun 25 14:21:45 UTC 2024
Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/virtio_pci.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/dev/pci/virtio_pci.c diff -u src/sys/dev/pci/virtio_pci.c:1.44 src/sys/dev/pci/virtio_pci.c:1.45 --- src/sys/dev/pci/virtio_pci.c:1.44 Sun Nov 19 19:49:44 2023 +++ src/sys/dev/pci/virtio_pci.c Tue Jun 25 14:21:45 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: virtio_pci.c,v 1.44 2023/11/19 19:49:44 thorpej Exp $ */ +/* $NetBSD: virtio_pci.c,v 1.45 2024/06/25 14:21:45 riastradh Exp $ */ /* * Copyright (c) 2020 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: virtio_pci.c,v 1.44 2023/11/19 19:49:44 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: virtio_pci.c,v 1.45 2024/06/25 14:21:45 riastradh Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -542,7 +542,7 @@ virtio_pci_attach_10(device_t self, void return 0; err: - /* undo our pci_mapreg_map()s */ + /* undo our pci_mapreg_map()s */ for (i = 0; i < __arraycount(bars); i++) { if (psc->sc_bars_iosize[i] == 0) continue;