linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: remove extraneous blank line after declaration of usage()
@ 2009-07-24 18:29 Trevor Keith
  2009-07-28  5:37 ` Amerigo Wang
  2009-08-13  9:52 ` Jiri Kosina
  0 siblings, 2 replies; 3+ messages in thread
From: Trevor Keith @ 2009-07-24 18:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, trivial

Signed-off-by: Trevor Keith <tsrk@tsrk.net>
---
 scripts/basic/fixdep.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c
index d7c1b04..27d0924 100644
--- a/scripts/basic/fixdep.c
+++ b/scripts/basic/fixdep.c
@@ -126,7 +126,6 @@ char *depfile;
 char *cmdline;
 
 static void usage(void)
-
 {
 	fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n");
 	exit(1);
-- 
1.6.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] kbuild: remove extraneous blank line after declaration of usage()
  2009-07-24 18:29 [PATCH] kbuild: remove extraneous blank line after declaration of usage() Trevor Keith
@ 2009-07-28  5:37 ` Amerigo Wang
  2009-08-13  9:52 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Amerigo Wang @ 2009-07-28  5:37 UTC (permalink / raw)
  To: Trevor Keith; +Cc: linux-kernel, akpm, trivial

On Fri, Jul 24, 2009 at 11:29:29AM -0700, Trevor Keith wrote:
>Signed-off-by: Trevor Keith <tsrk@tsrk.net>

Acked-by: WANG Cong <xiyou.wangcong@gmail.com>

Would you mind to fix other coding style problems in the
same file?

Thanks.


>---
> scripts/basic/fixdep.c |    1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
>diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c
>index d7c1b04..27d0924 100644
>--- a/scripts/basic/fixdep.c
>+++ b/scripts/basic/fixdep.c
>@@ -126,7 +126,6 @@ char *depfile;
> char *cmdline;
> 
> static void usage(void)
>-
> {
> 	fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n");
> 	exit(1);
>-- 
>1.6.0.4
>
>
>--
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] kbuild: remove extraneous blank line after declaration of usage()
  2009-07-24 18:29 [PATCH] kbuild: remove extraneous blank line after declaration of usage() Trevor Keith
  2009-07-28  5:37 ` Amerigo Wang
@ 2009-08-13  9:52 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2009-08-13  9:52 UTC (permalink / raw)
  To: Trevor Keith; +Cc: linux-kernel, Andrew Morton, Sam Ravnborg

On Fri, 24 Jul 2009, Trevor Keith wrote:

> Signed-off-by: Trevor Keith <tsrk@tsrk.net>
> ---
>  scripts/basic/fixdep.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c
> index d7c1b04..27d0924 100644
> --- a/scripts/basic/fixdep.c
> +++ b/scripts/basic/fixdep.c
> @@ -126,7 +126,6 @@ char *depfile;
>  char *cmdline;
>  
>  static void usage(void)
> -
>  {
>  	fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n");
>  	exit(1);

Haven't seen this in linux-next up to today, so I have applied it to 
trivial queue.

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-13  9:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-24 18:29 [PATCH] kbuild: remove extraneous blank line after declaration of usage() Trevor Keith
2009-07-28  5:37 ` Amerigo Wang
2009-08-13  9:52 ` Jiri Kosina

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).