Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2025 19:01:40 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4a12e28f330c - main - pciio.h: Delete trailing whitespace
Message-ID:  <202504291901.53TJ1etW081268@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=4a12e28f330c2fd002f31c6a70f88994fe902f8f

commit 4a12e28f330c2fd002f31c6a70f88994fe902f8f
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-04-29 18:59:24 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-04-29 19:01:01 +0000

    pciio.h: Delete trailing whitespace
    
    Noticed when I was looking at some binary compatibility changes that
    might be needed.
    
    Sponsored by:           Netflix
---
 sys/sys/pciio.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/sys/pciio.h b/sys/sys/pciio.h
index eead6989b5fa..6467e82b1b3d 100644
--- a/sys/sys/pciio.h
+++ b/sys/sys/pciio.h
@@ -66,10 +66,10 @@ struct pci_conf {
 	struct pcisel	pc_sel;		/* domain+bus+slot+function */
 	u_int8_t	pc_hdr;		/* PCI header type */
 	u_int16_t	pc_subvendor;	/* card vendor ID */
-	u_int16_t	pc_subdevice;	/* card device ID, assigned by 
+	u_int16_t	pc_subdevice;	/* card device ID, assigned by
 					   card vendor */
 	u_int16_t	pc_vendor;	/* chip vendor ID */
-	u_int16_t	pc_device;	/* chip device ID, assigned by 
+	u_int16_t	pc_device;	/* chip device ID, assigned by
 					   chip vendor */
 	u_int8_t	pc_class;	/* chip PCI class */
 	u_int8_t	pc_subclass;	/* chip PCI subclass */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504291901.53TJ1etW081268>