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/a5cf425425f5
branches:  trunk
changeset: 949849:a5cf425425f5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 18 08:29:32 2021 +0000

description:
Trailing whitespace

diffstat:

 sys/dev/pci/if_ena.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 9e4964ba956e -r a5cf425425f5 sys/dev/pci/if_ena.c
--- a/sys/dev/pci/if_ena.c      Mon Jan 18 05:44:20 2021 +0000
+++ b/sys/dev/pci/if_ena.c      Mon Jan 18 08:29:32 2021 +0000
@@ -36,7 +36,7 @@
 #if 0
 __FBSDID("$FreeBSD: head/sys/dev/ena/ena.c 333456 2018-05-10 09:37:54Z mw $");
 #endif
-__KERNEL_RCSID(0, "$NetBSD: if_ena.c,v 1.25 2020/08/03 19:44:06 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ena.c,v 1.26 2021/01/18 08:29:32 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -2514,7 +2514,7 @@
 
        if ((cap & IFCAP_CSUM_TCPv6_Tx) != 0)
                flags |= M_CSUM_TCPv6;
-       
+
        if ((cap & IFCAP_CSUM_UDPv6_Tx) != 0)
                flags |= M_CSUM_UDPv6;
 



Home | Main Index | Thread Index | Old Index