* [PATCH v2] tools: iio: iio_utils: Make calc_digits static
@ 2015-07-28 1:46 Joo Aun Saw
2015-07-28 8:15 ` Daniel Baluta
0 siblings, 1 reply; 3+ messages in thread
From: Joo Aun Saw @ 2015-07-28 1:46 UTC (permalink / raw)
To: linux-iio; +Cc: jic23, Joo Aun Saw
From: Joo Aun Saw <jasaw@dius.com.au>
Signed-off-by: Joo Aun Saw <jasaw@dius.com.au>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v2] tools: iio: iio_utils: Make calc_digits static
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
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Baluta @ 2015-07-28 8:15 UTC (permalink / raw)
To: Joo Aun Saw; +Cc: linux-iio@vger.kernel.org, Jonathan Cameron
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>
> ---
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH v2] tools: iio: iio_utils: Make calc_digits static
2015-07-28 8:15 ` Daniel Baluta
@ 2015-08-02 17:46 ` Jonathan Cameron
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2015-08-02 17:46 UTC (permalink / raw)
To: Daniel Baluta, Joo Aun Saw; +Cc: linux-iio@vger.kernel.org
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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-02 17:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.