Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp336261pxk; Thu, 17 Sep 2020 04:34:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwQ4Zh09GwuwTQNAPxXQDsNzf8hvHxN3UqR6i+GwTVTOydqXLRxkw32vFfAhgJy+QX2JI9J X-Received: by 2002:a17:906:858a:: with SMTP id v10mr18263439ejx.61.1600342469342; Thu, 17 Sep 2020 04:34:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600342469; cv=none; d=google.com; s=arc-20160816; b=Hs4KEZSQrIlHVCzzRr3V9f/n3bu8Z2aJItka/irTlFQGgFsgIxj57JVMRmj7iYxTwh IMxjVLBsqRkGx9zi/HyBOSQ+VVZmbdiBwMZjZGBUaQl0aRnaGQakfnow7cnxuhLx6Atc PvvRQIENgVWdLCt7Q9qRi3aa7obQsVfSGe5XWe1Ex0Cv41DL6cfz+x+nKr9o5N74lH7h rq6i3abz+ih6ZMuJLEB4bgcQC37Ne4gn5Wvb8bAZDzAAfd/VKwdm+NqXh9llEmM67YNG BPNw+nJtyeuHf0++KUubNC3Vt6d/r8/imDI/xbJ9qaPzSbByi5PTE17NfWaxP6BdMMaR B4Ug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:date:message-id:subject:references:in-reply-to :cc:to:from; bh=/F5OB+KEOCN5boPIExhbI+joZAlTxxwoCuvrkRw6UgI=; b=WY87CfDaORbfTTGMB2HxLGubkuzhdmohCtTh6rbD5CvAqHRH0fD5IFwFd8OzhL/EMi 6Jhnp+5HiNBXnBMrk1Yvla5gTiBC9sOffXxYb6Uj5MCOAYpbkSt2tTx0R/CCbyBGNsM4 mDHag5wZTa+mAGTghaFHnuBCAjbI8GGKahkAXzE4kRMFXBwDiYzEK60ue+aPnMeFOd+n u8q50fAcxpPE6sSeHuhKemlMYlf83jfm7NvLNTnM7l+dr3o7zhfYTQRzgIPrhIZK0n+R VuXTRHG4T4Xz/caGw6NrcQUF05DrzJwgm7JoGJAwWOPe8miyrikG7PqNgeRhr4Wpby2T XesQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k25si13040628edq.156.2020.09.17.04.34.06; Thu, 17 Sep 2020 04:34:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726757AbgIQLaV (ORCPT + 99 others); Thu, 17 Sep 2020 07:30:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726792AbgIQL1o (ORCPT ); Thu, 17 Sep 2020 07:27:44 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51AC4C061354 for ; Thu, 17 Sep 2020 04:27:27 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4BsZSY1vLWz9sVV; Thu, 17 Sep 2020 21:27:25 +1000 (AEST) From: Michael Ellerman To: Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Christophe Leroy Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <3612a8f8aaca16de3fc414a7e66293319d6e213c.1597643147.git.christophe.leroy@csgroup.eu> References: <3612a8f8aaca16de3fc414a7e66293319d6e213c.1597643147.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH v1] powerpc/process: Tag an #endif to help locate the matching #ifdef. Message-Id: <160034201546.3339803.1252084823343319379.b4-ty@ellerman.id.au> Date: Thu, 17 Sep 2020 21:27:25 +1000 (AEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Aug 2020 05:46:45 +0000 (UTC), Christophe Leroy wrote: > That #endif is more than 100 lines after the matching #ifdef, > and there are several #ifdef/#else/#endif inbetween. > > Tag it as /* CONFIG_PPC_BOOK3S_64 */ to help locate the > matching #ifdef. Applied to powerpc/next. [1/1] powerpc/process: Tag an #endif to help locate the matching #ifdef. https://git.kernel.org/powerpc/c/60d62bfd24efce1a595d259100b8a4e7a489e834 cheers