Module Name:    src
Committed By:   skrll
Date:           Mon Jan 18 08:29:33 UTC 2021

Modified Files:
        src/sys/dev/pci: if_ena.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/if_ena.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/if_ena.c
diff -u src/sys/dev/pci/if_ena.c:1.25 src/sys/dev/pci/if_ena.c:1.26
--- src/sys/dev/pci/if_ena.c:1.25	Mon Aug  3 19:44:06 2020
+++ src/sys/dev/pci/if_ena.c	Mon Jan 18 08:29:32 2021
@@ -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 @@ ena_update_hwassist(struct ena_adapter *
 
 	if ((cap & IFCAP_CSUM_TCPv6_Tx) != 0)
 		flags |= M_CSUM_TCPv6;
-	
+
 	if ((cap & IFCAP_CSUM_UDPv6_Tx) != 0)
 		flags |= M_CSUM_UDPv6;
 

Reply via email to