Re: [PATCH] net/ipv4/ipconfig: add device address to a KERN_INFOmessage

From: David Miller
Date: Thu Oct 25 2012 - 03:24:37 EST


From: Claudio Fontana <Claudio.Fontana@xxxxxxxxxx>
Date: Thu, 25 Oct 2012 09:13:49 +0200

> - pr_info(" device=%s, addr=%pI4, mask=%pI4, gw=%pI4\n",
> - ic_dev->name, &ic_myaddr, &ic_netmask, &ic_gateway);
> +
> + pr_info(" device=%s, hwaddr=%*phC, ipaddr=%pI4, mask=%pI4,
> gw=%pI4\n",
> + ic_dev->name, ic_dev->addr_len, ic_dev->dev_addr,
> + &ic_myaddr, &ic_netmask, &ic_gateway);

Either you or your email client have destroyed the indentation
of these statements.
--
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/