* [PATCH] watchdog: watchdog-test: make term() static
@ 2012-07-27 3:52 Jerry Snitselaar
2012-07-27 3:57 ` Jerry Snitselaar
0 siblings, 1 reply; 2+ messages in thread
From: Jerry Snitselaar @ 2012-07-27 3:52 UTC (permalink / raw)
To: linux-kernel; +Cc: wim, linux-watchdog
In 3.5 warning during build 'no previous prototype for term'. Since it
is only used in watchdog-test.c make term() static.
Signed-off-by: Jerry Snitselaar <dev@snitselaar.org>
---
Documentation/watchdog/src/watchdog-test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/watchdog/src/watchdog-test.c b/Documentation/watchdog/src/watchdog-test.c
index 73ff5cc..3da8229 100644
--- a/Documentation/watchdog/src/watchdog-test.c
+++ b/Documentation/watchdog/src/watchdog-test.c
@@ -31,7 +31,7 @@ static void keep_alive(void)
* or "-e" to enable the card.
*/
-void term(int sig)
+static void term(int sig)
{
close(fd);
fprintf(stderr, "Stopping watchdog ticks...\n");
--
1.7.12.rc0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] watchdog: watchdog-test: make term() static
2012-07-27 3:52 [PATCH] watchdog: watchdog-test: make term() static Jerry Snitselaar
@ 2012-07-27 3:57 ` Jerry Snitselaar
0 siblings, 0 replies; 2+ messages in thread
From: Jerry Snitselaar @ 2012-07-27 3:57 UTC (permalink / raw)
To: linux-kernel; +Cc: wim, linux-watchdog
On Thu, Jul 26, 2012 at 8:52 PM, Jerry Snitselaar <dev@snitselaar.org> wrote:
> In 3.5 warning during build 'no previous prototype for term'. Since it
> is only used in watchdog-test.c make term() static.
>
> Signed-off-by: Jerry Snitselaar <dev@snitselaar.org>
> ---
> Documentation/watchdog/src/watchdog-test.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/watchdog/src/watchdog-test.c b/Documentation/watchdog/src/watchdog-test.c
> index 73ff5cc..3da8229 100644
> --- a/Documentation/watchdog/src/watchdog-test.c
> +++ b/Documentation/watchdog/src/watchdog-test.c
> @@ -31,7 +31,7 @@ static void keep_alive(void)
> * or "-e" to enable the card.
> */
>
> -void term(int sig)
> +static void term(int sig)
> {
> close(fd);
> fprintf(stderr, "Stopping watchdog ticks...\n");
> --
> 1.7.12.rc0
>
Disregard this patch. I didn't see Randy's patch when I did a search
in my email.
Jerry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-27 3:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 3:52 [PATCH] watchdog: watchdog-test: make term() static Jerry Snitselaar
2012-07-27 3:57 ` Jerry Snitselaar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).