diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:11:38 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:11:38 -0700 |
commit | e1a0240a3d6840b497845680c2bf6753415ba20f (patch) | |
tree | 13c44419652a0351ace77ea3dd1873abb0cb708d /src/pciaccess_private.h | |
parent | 7bfc4f806d51b85e7ae069dd6deaf0b48326ed22 (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/pciaccess_private.h')
-rw-r--r-- | src/pciaccess_private.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/pciaccess_private.h b/src/pciaccess_private.h index 1111ef0..beaeaa7 100644 --- a/src/pciaccess_private.h +++ b/src/pciaccess_private.h @@ -25,7 +25,7 @@ /** * \file pciaccess_private.h * Functions and datastructures that are private to the pciaccess library. - * + * * \author Ian Romanick <idr@us.ibm.com> */ @@ -46,12 +46,12 @@ int pci_device_generic_unmap_range(struct pci_device *dev, struct pci_system_methods { void (*destroy)( void ); void (*destroy_device)( struct pci_device * dev ); - int (*read_rom)( struct pci_device * dev, void * buffer ); + int (*read_rom)( struct pci_device * dev, void * buffer ); int (*probe)( struct pci_device * dev ); int (*map_range)(struct pci_device *dev, struct pci_device_mapping *map); int (*unmap_range)(struct pci_device * dev, struct pci_device_mapping *map); - + int (*read)(struct pci_device * dev, void * data, pciaddr_t offset, pciaddr_t size, pciaddr_t * bytes_read ); @@ -96,7 +96,7 @@ struct pci_io_handle { struct pci_device_private { struct pci_device base; const char * device_string; - + uint8_t header_type; /** @@ -105,7 +105,7 @@ struct pci_device_private { /*@{*/ const struct pci_agp_info * agp; /**< AGP capability information. */ /*@}*/ - + /** * Base address of the device's expansion ROM. */ |