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=-5.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, 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 5E1D1C04EBF for ; Tue, 4 Dec 2018 05:21:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1406220850 for ; Tue, 4 Dec 2018 05:21:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=thunk.org header.i=@thunk.org header.b="EF50p3Px" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1406220850 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mit.edu 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 S1726079AbeLDFVh (ORCPT ); Tue, 4 Dec 2018 00:21:37 -0500 Received: from imap.thunk.org ([74.207.234.97]:38996 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726056AbeLDFVd (ORCPT ); Tue, 4 Dec 2018 00:21:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=thunk.org; s=ef5046eb; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=uH0pVhhZGg+tOvtwTgJDFt7mIdS7fh+YIZ57s1hC+RI=; b=EF50p3PxshfyfynqdbrPZFnAAK Lcq3LdpZBLlld+GqDbDILM7YytSWSiY8ezl/9iqP05Dni8HAxfnUI5Xi+LVTkBkw8O6+hvuwi8AKs T52twbnQxytt9K5h6T7lMgw7fSVCnHsSwmtBpxHMRDParl88mDOzF5sDKE4fgvkIFPBk=; Received: from root (helo=callcc.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.89) (envelope-from ) id 1gU39E-0008MT-Ay; Tue, 04 Dec 2018 05:21:28 +0000 Received: by callcc.thunk.org (Postfix, from userid 15806) id 437477A47E0; Tue, 4 Dec 2018 00:21:27 -0500 (EST) Date: Tue, 4 Dec 2018 00:21:27 -0500 From: "Theodore Y. Ts'o" To: Jan Kara Cc: Colin King , 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: <20181204052127.GF4981@thunk.org> Mail-Followup-To: "Theodore Y. Ts'o" , Jan Kara , Colin King , Jan Kara , linux-ext4@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org References: <20181123164053.19193-1-colin.king@canonical.com> <20181126135632.GA25835@quack2.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181126135632.GA25835@quack2.suse.cz> User-Agent: Mutt/1.10.1 (2018-07-13) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 26, 2018 at 02:56:32PM +0100, Jan Kara wrote: > 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 Thanks, applied. - Ted