[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100126.211514.72742813.davem@davemloft.net>
Date: Tue, 26 Jan 2010 21:15:14 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: netdev@...r.kernel.org
Subject: Re: [net-next PATCH 00/21] net/atm neatening cleanups
From: Joe Perches <joe@...ches.com>
Date: Tue, 26 Jan 2010 21:11:49 -0800
> On Tue, 2010-01-26 at 20:57 -0800, David Miller wrote:
>> From: Joe Perches <joe@...ches.com>
>> Date: Tue, 26 Jan 2010 13:39:59 -0800
>> > Miscellaneous cleanups to net/atm
>> All looks good.
>
> Unfortunately, appearances aren't necessarily trustworthy.
> 5/21 is missing a close parenthesis.
>
> + print_hex_dump(KERN_DEBUG, "br2684: skb: ", DUMP_OFFSET,
> + 16, 1, skb->data, min(NUM2PRINT, skb->len, true);
> #endif
>
> should be:
>
> + print_hex_dump(KERN_DEBUG, "br2684: skb: ", DUMP_OFFSET,
> + 16, 1, skb->data, min(NUM2PRINT, skb->len), true);
> #endif
>
> Want an updated 5/21 or another patch?
I'll fix it up myself, thanks.
--
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