All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Daniel Baluta <daniel.baluta@gmail.com>, Joo Aun Saw <jasaw@dius.com.au>
Cc: "linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: Re: [PATCH v2] tools: iio: iio_utils: Make calc_digits static
Date: Sun, 2 Aug 2015 18:46:58 +0100	[thread overview]
Message-ID: <55BE5792.20108@kernel.org> (raw)
In-Reply-To: <CAEnQRZA5QaXmNjWJJuT+An12M5zmaTK4os7Catwf5H=ZWupgtA@mail.gmail.com>

On 28/07/15 09:15, Daniel Baluta wrote:
> On Tue, Jul 28, 2015 at 4:46 AM, Joo Aun Saw <jasaw@dius.com.au> wrote:
>> From: Joo Aun Saw <jasaw@dius.com.au>
>>
>> Signed-off-by: Joo Aun Saw <jasaw@dius.com.au>
> 
> Acked-by: Daniel Baluta <daniel.baluta@intel.com>
Applied.

Good little bits of cleanup.   Thanks

Jonathan
> 
>> ---
>>  tools/iio/iio_utils.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/iio/iio_utils.c b/tools/iio/iio_utils.c
>> index e9fbaf8..563d9f0 100644
>> --- a/tools/iio/iio_utils.c
>> +++ b/tools/iio/iio_utils.c
>> @@ -537,7 +537,7 @@ error_free_name:
>>         return ret;
>>  }
>>
>> -int calc_digits(int num)
>> +static int calc_digits(int num)
>>  {
>>         int count = 0;
>>
>> --
>> 1.9.1
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


      reply	other threads:[~2015-08-02 17:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-28  1:46 [PATCH v2] tools: iio: iio_utils: Make calc_digits static Joo Aun Saw
2015-07-28  8:15 ` Daniel Baluta
2015-08-02 17:46   ` Jonathan Cameron [this message]

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=55BE5792.20108@kernel.org \
    --to=jic23@kernel.org \
    --cc=daniel.baluta@gmail.com \
    --cc=jasaw@dius.com.au \
    --cc=linux-iio@vger.kernel.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.