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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8FCFC433F5 for ; Tue, 19 Oct 2021 05:51:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AC0186115A for ; Tue, 19 Oct 2021 05:51:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233749AbhJSFxw (ORCPT ); Tue, 19 Oct 2021 01:53:52 -0400 Received: from out0.migadu.com ([94.23.1.103]:60719 "EHLO out0.migadu.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233831AbhJSFxp (ORCPT ); Tue, 19 Oct 2021 01:53:45 -0400 Date: Tue, 19 Oct 2021 14:51:19 +0900 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1634622688; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=fRm1waGFsFZddIRpW9GKTq+mIkydebynPJigexG560c=; b=fMcSu7O+8yWcwyyqBotwvSc8gDodG3tIc4lkvn1dlC9skQ5NeXO7pFHD0Vhp3blf5r1pKq /vdPMX0azzfWDbJCH088GH7kzU6ISXiDe8WRjlG65DE92likQ/PcpYhetFBFBye4xVVFgA C7EVyRWZt665saCoG5d4Giy1zaCD6Q0= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Naoya Horiguchi To: Yang Shi Cc: naoya.horiguchi@nec.com, hughd@google.com, kirill.shutemov@linux.intel.com, willy@infradead.org, peterx@redhat.com, osalvador@suse.de, akpm@linux-foundation.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [v4 PATCH 3/6] mm: filemap: coding style cleanup for filemap_map_pmd() Message-ID: <20211019055119.GB2268449@u2004> References: <20211014191615.6674-1-shy828301@gmail.com> <20211014191615.6674-4-shy828301@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211014191615.6674-4-shy828301@gmail.com> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: naoya.horiguchi@linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Oct 14, 2021 at 12:16:12PM -0700, Yang Shi wrote: > A minor cleanup to the indent. > > Signed-off-by: Yang Shi Reviewed-by: Naoya Horiguchi