From: Valdis.Kletnieks@vt.edu (Valdis.Kletnieks at vt.edu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: pcmcia: fix checkpatch.pl issues in soc_common.c
Date: Fri, 26 Mar 2010 11:56:34 -0400 [thread overview]
Message-ID: <10080.1269618994@localhost> (raw)
In-Reply-To: Your message of "Wed, 24 Mar 2010 20:20:19 -0300." <cecb6d8f1003241620v55fb960ds14818bf3a03fa334@mail.gmail.com>
On Wed, 24 Mar 2010 20:20:19 -0300, Marcelo Jimenez said:
>> - ? ? debug(skt, 2, "mask: %s%s%s%s%s%sflags: %s%s%s%s%s%sVcc %d Vpp %d irq %d\n",
> I will redo it, no problem. But just for my information, in that
> particular case, is it usefull to grep using format specifiers?
Until you find the format string, you really don't know for sure if
it's a %d or a %u or a %alt-ctl-cokebottle so you end up grepping like this:
egrep 'mask: .*flags: .*Vcc .* Vpp .* irq'
basically wildcarding your way across whatever %foo might be there.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100326/ac330af8/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Valdis.Kletnieks@vt.edu
To: Marcelo Jimenez <mroberto@cpti.cetuc.puc-rio.br>
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>,
Dominik Brodowski <linux@dominikbrodowski.net>,
Wolfram Sang <w.sang@pengutronix.de>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-pcmcia@lists.infradead.org
Subject: Re: [PATCH 2/2] ARM: pcmcia: fix checkpatch.pl issues in soc_common.c
Date: Fri, 26 Mar 2010 11:56:34 -0400 [thread overview]
Message-ID: <10080.1269618994@localhost> (raw)
In-Reply-To: Your message of "Wed, 24 Mar 2010 20:20:19 -0300." <cecb6d8f1003241620v55fb960ds14818bf3a03fa334@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 551 bytes --]
On Wed, 24 Mar 2010 20:20:19 -0300, Marcelo Jimenez said:
>> - debug(skt, 2, "mask: %s%s%s%s%s%sflags: %s%s%s%s%s%sVcc %d Vpp %d irq %d\n",
> I will redo it, no problem. But just for my information, in that
> particular case, is it usefull to grep using format specifiers?
Until you find the format string, you really don't know for sure if
it's a %d or a %u or a %alt-ctl-cokebottle so you end up grepping like this:
egrep 'mask: .*flags: .*Vcc .* Vpp .* irq'
basically wildcarding your way across whatever %foo might be there.
[-- Attachment #2: Type: application/pgp-signature, Size: 227 bytes --]
next prev parent reply other threads:[~2010-03-26 15:56 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-24 23:04 [PATCH 1/2] ARM: pcmcia: Fix for building DEBUG with sa11xx_base.c as a module Marcelo Roberto Jimenez
2010-03-24 23:04 ` Marcelo Roberto Jimenez
2010-03-24 23:04 ` [PATCH 2/2] ARM: pcmcia: fix checkpatch.pl issues in soc_common.c Marcelo Roberto Jimenez
2010-03-24 23:04 ` Marcelo Roberto Jimenez
2010-03-24 23:07 ` Russell King - ARM Linux
2010-03-24 23:07 ` Russell King - ARM Linux
2010-03-24 23:20 ` Marcelo Jimenez
2010-03-24 23:20 ` Marcelo Jimenez
2010-03-26 15:56 ` Valdis.Kletnieks at vt.edu [this message]
2010-03-26 15:56 ` Valdis.Kletnieks
2010-03-25 10:19 ` Sergei Shtylyov
2010-03-25 10:19 ` Sergei Shtylyov
2010-03-25 18:26 ` Valdis.Kletnieks at vt.edu
2010-03-25 18:26 ` Valdis.Kletnieks
2010-03-26 18:18 ` Russell King - ARM Linux
2010-03-26 18:18 ` Russell King - ARM Linux
2010-03-26 21:57 ` Marcelo Jimenez
2010-03-26 21:57 ` Marcelo Jimenez
2010-03-26 23:06 ` Russell King - ARM Linux
2010-03-26 23:06 ` Russell King - ARM Linux
2010-03-24 23:45 ` Marcelo Roberto Jimenez
2010-03-24 23:45 ` Marcelo Roberto Jimenez
2010-03-25 17:04 ` Dominik Brodowski
2010-03-25 17:04 ` Dominik Brodowski
2010-03-25 17:47 ` Marcelo Jimenez
2010-03-25 17:47 ` Marcelo Jimenez
2010-03-28 9:44 ` Russell King - ARM Linux
2010-03-28 9:44 ` Russell King - ARM Linux
2010-03-28 9:46 ` Dominik Brodowski
2010-03-28 9:46 ` Dominik Brodowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=10080.1269618994@localhost \
--to=valdis.kletnieks@vt.edu \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.