[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1323151159.19483.14.camel@joe2Laptop>
Date: Mon, 05 Dec 2011 21:59:19 -0800
From: Joe Perches <joe@...ches.com>
To: David Miller <davem@...emloft.net>
Cc: mchan@...adcom.com, netdev@...r.kernel.org, barak@...adcom.com,
eilong@...adcom.com
Subject: Re: [PATCH net-next 3/4] bnx2x: support classification config query
On Tue, 2011-12-06 at 00:46 -0500, David Miller wrote:
> > + DP(BNX2X_MSG_SP, "copied element number "
> > + "%d to address %p element was "
> > + "%pM\n", counter, next, pos->u.mac.mac);
>
> Likewise.
Ideally, the format should be coalesced as well.
DP(BNX2X_MSG_SP, "copied element number %d to address %p - element was %pM\n",
counter, next, pos->u.mac.mac);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists