From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1BC66C43441 for ; Mon, 26 Nov 2018 13:56:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D57E820817 for ; Mon, 26 Nov 2018 13:56:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D57E820817 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726873AbeK0Aur (ORCPT ); Mon, 26 Nov 2018 19:50:47 -0500 Received: from mx2.suse.de ([195.135.220.15]:59528 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726274AbeK0Aur (ORCPT ); Mon, 26 Nov 2018 19:50:47 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 65DFFAD7A; Mon, 26 Nov 2018 13:56:33 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id CFA7E1E0D96; Mon, 26 Nov 2018 14:56:32 +0100 (CET) Date: Mon, 26 Nov 2018 14:56:32 +0100 From: Jan Kara To: Colin King Cc: Theodore Ts'o , Jan Kara , linux-ext4@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] jbd2: clean up indentation issue, replace spaces with tab Message-ID: <20181126135632.GA25835@quack2.suse.cz> References: <20181123164053.19193-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181123164053.19193-1-colin.king@canonical.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 23-11-18 16:40:53, Colin King wrote: > From: Colin Ian King > > There is a statement that is indented with spaces, replace it with > a tab. > > Signed-off-by: Colin Ian King Looks good. You can add: Reviewed-by: Jan Kara Honza > --- > fs/jbd2/transaction.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c > index c0b66a7a795b..4af8ff17ad5c 100644 > --- a/fs/jbd2/transaction.c > +++ b/fs/jbd2/transaction.c > @@ -910,7 +910,7 @@ do_get_write_access(handle_t *handle, struct journal_head *jh, > * this is the first time this transaction is touching this buffer, > * reset the modified flag > */ > - jh->b_modified = 0; > + jh->b_modified = 0; > > /* > * If the buffer is not journaled right now, we need to make sure it > -- > 2.19.1 > > -- Jan Kara SUSE Labs, CR