Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/a5de03fad04f
branches: trunk
changeset: 445947:a5de03fad04f
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Nov 18 16:34:07 2018 +0000
description:
Trailing whitespace
diffstat:
sys/dev/pci/ahcisata_pci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 778425e16354 -r a5de03fad04f sys/dev/pci/ahcisata_pci.c
--- a/sys/dev/pci/ahcisata_pci.c Sun Nov 18 15:52:03 2018 +0000
+++ b/sys/dev/pci/ahcisata_pci.c Sun Nov 18 16:34:07 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ahcisata_pci.c,v 1.42 2018/10/25 21:03:19 jdolecek Exp $ */
+/* $NetBSD: ahcisata_pci.c,v 1.43 2018/11/18 16:34:07 skrll Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.42 2018/10/25 21:03:19 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.43 2018/11/18 16:34:07 skrll Exp $");
#include <sys/types.h>
#include <sys/malloc.h>
@@ -42,7 +42,7 @@
#include <dev/pci/pciidevar.h>
#include <dev/ic/ahcisatavar.h>
-struct ahci_pci_quirk {
+struct ahci_pci_quirk {
pci_vendor_id_t vendor; /* Vendor ID */
pci_product_id_t product; /* Product ID */
int quirks; /* quirks; same as sc_ahci_quirks */
Home |
Main Index |
Thread Index |
Old Index