mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Maksim Pikhenko <pikhenko@gmail.com>
To: hirofumi@mail.parknet.co.jp
Cc: linux-kernel@vger.kernel.org, Maksim Pikhenko <pikhenko@gmail.com>
Subject: [PATCH] :fs :fat Delete unnecessary blank line.
Date: Wed, 13 Feb 2013 22:53:47 +0400	[thread overview]
Message-ID: <1360781627-9710-1-git-send-email-pikhenko@gmail.com> (raw)

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


             reply	other threads:[~2013-02-13 18:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-13 18:53 Maksim Pikhenko [this message]
2013-02-18 11:10 ` OGAWA Hirofumi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1360781627-9710-1-git-send-email-pikhenko@gmail.com \
    --to=pikhenko@gmail.com \
    --cc=hirofumi@mail.parknet.co.jp \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome