All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.