From owner-freebsd-net@FreeBSD.ORG Tue Nov 19 17:47:46 2013 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 554C7298 for ; Tue, 19 Nov 2013 17:47:46 +0000 (UTC) Received: from smtp.alterapraxis.com (unknown [101.164.33.212]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C2F42FA7 for ; Tue, 19 Nov 2013 17:47:46 +0000 (UTC) Received: from smtp.alterapraxis.com (tony [127.0.0.1]) by smtp.alterapraxis.com (Postfix) with ESMTP id B00C46331AA for ; Wed, 20 Nov 2013 04:44:16 +1100 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alterapraxis.com; s=alterapraxis; t=1384883056; bh=3ksc+rA4gk6bw0SI571B78pOYJaw/OoBEwOER3WeYXI=; h=Date:From:To:Subject; b=cM+id+oc9OV890xmQ0XRQmrHa0zTOR3ANiwG5tC4dglZeIL/aPjSa3kEtC9vm76IY uiBUEpjRDsmzzSEcRccYK1+tJfqVtey1tTMXJcuuFMx17NSkffE7RuazseYEsJDOjI 3EgFqtadQqQbuOrekWlxe4W1NRJrhtfRxl2hkNPY= Received: from [127.0.0.1] (localhost [127.0.0.1]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: eocallaghan@alterapraxis.com) by smtp.alterapraxis.com (Postfix) with ESMTPSA id 53CBB633183 for ; Wed, 20 Nov 2013 04:44:16 +1100 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alterapraxis.com; s=alterapraxis; t=1384883056; bh=3ksc+rA4gk6bw0SI571B78pOYJaw/OoBEwOER3WeYXI=; h=Date:From:To:Subject; b=cM+id+oc9OV890xmQ0XRQmrHa0zTOR3ANiwG5tC4dglZeIL/aPjSa3kEtC9vm76IY uiBUEpjRDsmzzSEcRccYK1+tJfqVtey1tTMXJcuuFMx17NSkffE7RuazseYEsJDOjI 3EgFqtadQqQbuOrekWlxe4W1NRJrhtfRxl2hkNPY= Date: Wed, 20 Nov 2013 04:47:29 +1100 From: Edward O'Callaghan To: freebsd-net@FreeBSD.org Subject: [PATCH]: Trivial dmesg formatting. Message-ID: <20131120044729.14b495d3.eocallaghan@alterapraxis.com> Organization: Altera Praxis Pty Ltd Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/o4gpcp5Vqk5c9DDtbq=vI8Q" X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2013 17:47:46 -0000 --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--