Module Name: src
Committed By: riastradh
Date: Sat Dec 30 21:46:52 UTC 2023
Modified Files:
src/sys/arch/xen/xen: xennetback_xenbus.c
Log Message:
xennetback_xenbus.c: Nix trailing whitespace again.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/arch/xen/xen/xennetback_xenbus.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/arch/xen/xen/xennetback_xenbus.c
diff -u src/sys/arch/xen/xen/xennetback_xenbus.c:1.124 src/sys/arch/xen/xen/xennetback_xenbus.c:1.125
--- src/sys/arch/xen/xen/xennetback_xenbus.c:1.124 Fri Dec 22 10:22:00 2023
+++ src/sys/arch/xen/xen/xennetback_xenbus.c Sat Dec 30 21:46:52 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: xennetback_xenbus.c,v 1.124 2023/12/22 10:22:00 bouyer Exp $ */
+/* $NetBSD: xennetback_xenbus.c,v 1.125 2023/12/30 21:46:52 riastradh Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xennetback_xenbus.c,v 1.124 2023/12/22 10:22:00 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xennetback_xenbus.c,v 1.125 2023/12/30 21:46:52 riastradh Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -794,7 +794,7 @@ xennetback_tx_m0len_fragment(struct xnet
return -1;
if (RING_REQUEST_CONS_OVERFLOW(&xneti->xni_txring, req_cons))
return -1;
-
+
m0_len -= txreq->size;
req_cons++;
(*cntp)++;