From 597892aaee54debd403f423a781538785b646a19 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Wed, 15 Jun 2011 15:45:12 +0200 Subject: make the functions name consistent Signed-off-by: Daniel Lezcano --- clocks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clocks.c') diff --git a/clocks.c b/clocks.c index c86a39e..db219d8 100644 --- a/clocks.c +++ b/clocks.c @@ -332,7 +332,7 @@ int clock_init(void) * found in the files. Then print the result to the text based interface * Return 0 on success, < 0 otherwise */ -int read_and_print_clock_info(void) +int clock_display(void) { if (read_clock_info()) return -1; @@ -346,7 +346,7 @@ int read_and_print_clock_info(void) * @clk : a name for a specific clock we want to show * Return 0 on success, < 0 otherwise */ -int read_and_dump_clock_info(char *clk) +int clock_dump(char *clk) { int ret; -- cgit v1.2.1