Re: [PATCH] platform/x86: wmi: Fix printing info about WDG structure

From: Andy Shevchenko
Date: Fri Jun 09 2017 - 05:29:42 EST


On Fri, Jun 9, 2017 at 11:29 AM, Pali RohÃr <pali.rohar@xxxxxxxxx> wrote:
> On Thursday 08 June 2017 08:16:18 Darren Hart wrote:
>> On Sat, May 27, 2017 at 11:49:22PM +0300, Andy Shevchenko wrote:
>> > On Sat, May 27, 2017 at 11:48 PM, Pali RohÃr <pali.rohar@xxxxxxxxx> wrote:
>> > > On Saturday 27 May 2017 15:33:14 Andy Shevchenko wrote:
>> > >> On Sat, May 27, 2017 at 4:17 PM, Pali RohÃr <pali.rohar@xxxxxxxxx>
>> > >> wrote:
>> >
>> > >> Okay, got it. But on your opinion does it make sense to do
>> > >>
>> > >> pr_info("\tobject_id: %2pE\n", g->object_id);
>> > >>
>> > >> instead?
>> > >>
>> > >> For ASCII it will go as is previously, otherwise escaping would be
>> > >> done.
>> > >
>> > > Both is OK for me. Do you want to send a new patch with %2pE?
>> >
>> > To me it looks slightly cleaner.
>>
>> I don't want to let this one fall through the cracks. Pali, is a new one coming?
>
> So.. which modifier to use? Andy already proposed two alternatives and
> basically I'm fine all 3 which are in this thread.

I would go with %2pE.
Rationale:
- we are not going to change size
- E is just a guard against _possible_ broken data

--
With Best Regards,
Andy Shevchenko