Re: [resend PATCH] nfc: logging neatening

2015-04-07 Thread Joe Perches
On Tue, 2015-04-07 at 12:07 +0200, Samuel Ortiz wrote: > Hi Joe, Hi Samuel. > > Resending after 8 weeks with no reply/review. [] > Sorry for the lag. Patch applied to nfc-next now. Oh, no worries, these were all just minor details, thanks, Joe -- To unsubscribe from this list: send the line "u

Re: [resend PATCH] nfc: logging neatening

2015-04-07 Thread Samuel Ortiz
Hi Joe, On Tue, Apr 07, 2015 at 12:17:00AM -0700, Joe Perches wrote: > Add missing terminating newlines to nfc_info and nfc_err > to avoid possible interleaving from other messages. > > Miscellanea: > > o typo fix of "unknonwn" in message > o remove unnecessary OOM messages as there's a generic

[resend PATCH] nfc: logging neatening

2015-04-07 Thread Joe Perches
Add missing terminating newlines to nfc_info and nfc_err to avoid possible interleaving from other messages. Miscellanea: o typo fix of "unknonwn" in message o remove unnecessary OOM messages as there's a generic dump_stack() o realign arguments Signed-off-by: Joe Perches --- Adding Andrew Mor