Re: [PATCH net-next 3/4] bnx2x: support classification config query
From: Joe Perches <joe@perches.com> Date: 2011-12-06 05:59:20
On Tue, 2011-12-06 at 00:46 -0500, David Miller wrote:
quoted
+ 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);