Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1163910pxj; Fri, 18 Jun 2021 00:36:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx37Wc37qPrC2crFJtLFp5KVUe+4g8qkw/4JVuIGJ4nu9FHcChdIZofz4IRpbDAAgqZzYsw X-Received: by 2002:a05:6e02:150:: with SMTP id j16mr5995948ilr.95.1624001805366; Fri, 18 Jun 2021 00:36:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624001805; cv=none; d=google.com; s=arc-20160816; b=RLsjz45ECSKcrtj+PxW8DT9YtcXFwgeS88MpOhCJifz9Kv4mnnY786UVKpTaqIkh36 HVLSlfhE5c9WH016tXU3e2BaaIPcovfJa0Y3j6JH3jGheJS0MG5+IDcREf2O35nP0I0J CS4/Nbiiy+tRXxdYjIhdb853Mp3PN3dyBj+eVb69p95sCK6cdhNNGPEiSkwEXYdXb3jk 5+UX/PFhvlbPqwdIOcdC1buXaDV6RnjDsHCWNetd/3EoyIhTJAr9IAZ5gw3IefXUqRkH Turx523vnCbpg4bntorxamvlDSDo0ATvWZlnxmlK4uxbqiUoGn+klGasbNjYnuJyvZzr BKqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=pTyqyDE2P05CJBbW42I/59nhApSjYiqkTzAsLc66gEU=; b=xW6MTk8+ceno5GSaX3jKePTJLPJi6TdmfjrcWJI/nJNKOrZI944m3xR+EkfGizEFD0 /Ul9p/H6rdvuH9eOX328bngLHI1Wkx8K1N5zJC+HHCvs0/hCoUVkjLWrkzgW+4uzI+eJ W3I3vTe+VDpfW3F34orILbynsKtdQC7az+6EmZaIUXLk93MDG4MabyEPagj/RfKL3fwK bghxhFVwuzYJ2UNlPmhVPQQCWe39IUOorZr0T8xUerl0ISOrqJ3QsJGCI+Ymtyr0PE3n yPHVsIXu1OwfE358b/EiqcJL6D6p2rT03remSYpI8/Fi9Hn5NfTl5h7TOiU/SteZQda1 /gcQ== 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 r16si7960717iot.94.2021.06.18.00.36.32; Fri, 18 Jun 2021 00:36:45 -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 S231129AbhFREYy (ORCPT + 99 others); Fri, 18 Jun 2021 00:24:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229522AbhFREYx (ORCPT ); Fri, 18 Jun 2021 00:24:53 -0400 Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33C90C061574 for ; Thu, 17 Jun 2021 21:22:45 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4G5m432RXBz9sT6; Fri, 18 Jun 2021 14:22:43 +1000 (AEST) From: Michael Ellerman To: linuxppc-dev@lists.ozlabs.org, Michael Ellerman , Andy Shevchenko , linux-kernel@vger.kernel.org Cc: kernel test robot , Paul Mackerras , Benjamin Herrenschmidt In-Reply-To: <20210510144925.58195-1-andriy.shevchenko@linux.intel.com> References: <20210510144925.58195-1-andriy.shevchenko@linux.intel.com> Subject: Re: [PATCH v1 1/1] powerpc/prom_init: Move custom isspace() to its own namespace Message-Id: <162398828919.1363949.14771833320193532617.b4-ty@ellerman.id.au> Date: Fri, 18 Jun 2021 13:51:29 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 10 May 2021 17:49:25 +0300, Andy Shevchenko wrote: > If by some reason any of the headers will include ctype.h > we will have a name collision. Avoid this by moving isspace() > to the dedicate namespace. > > First appearance of the code is in the commit cf68787b68a2 > ("powerpc/prom_init: Evaluate mem kernel parameter for early allocation"). Applied to powerpc/next. [1/1] powerpc/prom_init: Move custom isspace() to its own namespace https://git.kernel.org/powerpc/c/4cfdd9201cfb85538975f5c8fb83941c3d463ed2 cheers