linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] :fs :fat Delete unnecessary blank line.
@ 2013-02-13 18:53 Maksim Pikhenko
  2013-02-18 11:10 ` OGAWA Hirofumi
  0 siblings, 1 reply; 2+ messages in thread
From: Maksim Pikhenko @ 2013-02-13 18:53 UTC (permalink / raw)
  To: hirofumi; +Cc: linux-kernel, Maksim Pikhenko

Fixing a code style issue.

Signed-off-by: Maksim Pikhenko <pikhenko@gmail.com>
---
 fs/fat/inode.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/fat/inode.c b/fs/fat/inode.c
index f8f4916..1af574b 100644
--- a/fs/fat/inode.c
+++ b/fs/fat/inode.c
@@ -1476,7 +1476,6 @@ out_fail:
 	kfree(sbi);
 	return error;
 }
-
 EXPORT_SYMBOL_GPL(fat_fill_super);
 
 /*
-- 
1.7.10.4


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

* Re: [PATCH] :fs :fat Delete unnecessary blank line.
  2013-02-13 18:53 [PATCH] :fs :fat Delete unnecessary blank line Maksim Pikhenko
@ 2013-02-18 11:10 ` OGAWA Hirofumi
  0 siblings, 0 replies; 2+ messages in thread
From: OGAWA Hirofumi @ 2013-02-18 11:10 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Maksim Pikhenko

Maksim Pikhenko <pikhenko@gmail.com> writes:

> Fixing a code style issue.
>
> Signed-off-by: Maksim Pikhenko <pikhenko@gmail.com>

Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

> ---
>  fs/fat/inode.c |    1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fs/fat/inode.c b/fs/fat/inode.c
> index f8f4916..1af574b 100644
> --- a/fs/fat/inode.c
> +++ b/fs/fat/inode.c
> @@ -1476,7 +1476,6 @@ out_fail:
>  	kfree(sbi);
>  	return error;
>  }
> -
>  EXPORT_SYMBOL_GPL(fat_fill_super);
>  
>  /*

-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

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

end of thread, other threads:[~2013-02-18 11:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-13 18:53 [PATCH] :fs :fat Delete unnecessary blank line Maksim Pikhenko
2013-02-18 11:10 ` OGAWA Hirofumi

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