Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2013 04:47:29 +1100
From:      Edward O'Callaghan <eocallaghan@alterapraxis.com>
To:        freebsd-net@FreeBSD.org
Subject:   [PATCH]: Trivial dmesg formatting.
Message-ID:  <20131120044729.14b495d3.eocallaghan@alterapraxis.com>

next in thread | raw e-mail | index | archive | help
--MP_/o4gpcp5Vqk5c9DDtbq=vI8Q
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello,

Just some house keeping.

Cheers,
Edward.
--MP_/o4gpcp5Vqk5c9DDtbq=vI8Q
Content-Type: text/x-patch
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename=netvsc.patch

Index: sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c	(revision 258349)
+++ sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c	(working copy)
@@ -182,7 +182,7 @@
 static void
 netvsc_init(void)
 {
-	printf("Netvsc initializing... ");
+	printf("Netvsc initializing... \n");
=20
 	/*
 	 * XXXKYS: cleanup initialization

--MP_/o4gpcp5Vqk5c9DDtbq=vI8Q--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131120044729.14b495d3.eocallaghan>