mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dave Kleikamp <dave.kleikamp@oracle.com>
To: Colin King <colin.king@canonical.com>,
	jfs-discussion@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] jfs: fix indentation on if statement
Date: Thu, 04 Jun 2015 13:29:17 -0500	[thread overview]
Message-ID: <557098FD.8090208@oracle.com> (raw)
In-Reply-To: <1433437023-3252-1-git-send-email-colin.king@canonical.com>

On 06/04/2015 11:57 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> The if statement and closing brace are indented by 1
> extra space, so remove this extra spacing.  Cosmetic
> change only.

Thanks. Pushed to jfs-next.

> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  fs/jfs/inode.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fs/jfs/inode.c b/fs/jfs/inode.c
> index 070dc4b..28d69fa 100644
> --- a/fs/jfs/inode.c
> +++ b/fs/jfs/inode.c
> @@ -133,11 +133,11 @@ int jfs_write_inode(struct inode *inode, struct writeback_control *wbc)
>  	 * It has been committed since the last change, but was still
>  	 * on the dirty inode list.
>  	 */
> -	 if (!test_cflag(COMMIT_Dirty, inode)) {
> +	if (!test_cflag(COMMIT_Dirty, inode)) {
>  		/* Make sure committed changes hit the disk */
>  		jfs_flush_journal(JFS_SBI(inode->i_sb)->log, wait);
>  		return 0;
> -	 }
> +	}
>  
>  	if (jfs_commit_inode(inode, wait)) {
>  		jfs_err("jfs_write_inode: jfs_commit_inode failed!");
> 

      reply	other threads:[~2015-06-04 18:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-04 16:57 Colin King
2015-06-04 18:29 ` Dave Kleikamp [this message]

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=557098FD.8090208@oracle.com \
    --to=dave.kleikamp@oracle.com \
    --cc=colin.king@canonical.com \
    --cc=jfs-discussion@lists.sourceforge.net \
    --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