[PATCH]: Trivial dmesg formatting.
Sergey Kandaurov
pluknet at freebsd.org
Tue Nov 19 19:28:56 UTC 2013
On Wed, Nov 20, 2013 at 04:47:29AM +1100, Edward O'Callaghan wrote:
> Index: sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
> ===================================================================
> --- 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");
>
> /*
> * XXXKYS: cleanup initialization
Just putting "\n" here is probably not enough to fix formatting. Looking
at the code below I think it was done specially so that the line could be
appended with "Already initialized!", depending on hyperv and boot state.
Personally I'd put the whole thing under bootverbose.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-net/attachments/20131119/6eaf6d42/attachment.sig>
More information about the freebsd-net
mailing list