Re: [PATCH net-next,v2,1/1] hv_netvsc: introduce netif-msg into netvsc module

From: David Miller
Date: Sat Apr 25 2015 - 15:48:48 EST


From: sixiao@xxxxxxxxxxxxx
Date: Fri, 24 Apr 2015 11:34:48 -0700

> + net_device_ctx->msg_enable = netif_msg_init(debug, default_msg);
> + if (netif_msg_probe(net_device_ctx))
> + netdev_dbg(net, "netvsc msg_enable: %d",
> + net_device_ctx->msg_enable);
> +

I expect you to respin this and fix the newline problem.

Also, net-next is not open for submissions yet.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/