Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp31096pxb; Fri, 15 Jan 2021 07:01:50 -0800 (PST) X-Google-Smtp-Source: ABdhPJzPr7ltLt4VzAwBiuKGvBFZho4gPVl9vUVahBjgVMvT6PpqFI005wVcJ1UC34bGr1VlEMro X-Received: by 2002:a17:906:338b:: with SMTP id v11mr9652523eja.74.1610722910675; Fri, 15 Jan 2021 07:01:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610722910; cv=none; d=google.com; s=arc-20160816; b=IxEFtMd5ffA1+s3k+slG/as+8ckmGkX/tYdxG901JywI+ZfrFNooW+7wIx2JELYUhO MksoEXYgjvCnyw9swZ55N8c9Zd8rmSlUPER5nEM6hCDYGfXJvTE1b24tyHsg3wBhgpi0 uZbljdDBnisnIP+xoMdjhDcZDMcKUcVyMZHamRL/gU8kVzW2Wai4K/OF9d7xA6++sNWe x3QWGVE/sQkD5bg4jtB32prWrMp+e3Dm2NX5AJdVTlXgmpbZ9Ky07R7hnYQ2/LSGi4tM zoozYRomsLvZdjhKgcQg1+Qc0QeQ3i8R517E3D1qMIJ9ijWJqyOXiViYwLqGF466d1aI 41Jw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=hTo4lkPmpILOVkgKAv9Lk8ZwU0efFnImPNe9Wp5kALY=; b=dVmrm+tGhaJLdhEi3qss9e68HPhzd2zB0aNszFR0KOzCvWbh68GRnLDKr8/PZv3kPM W3IRUKCtFF+1wn2S6CJrzXinGoFj04u9x9WwCfZywisv829Lw0SJZ0vFCXq6mrP6nHoo RLei7paS+z3gtH+SrFrKHDgwL0xi//Z3N1Zlnxii0VZDXVm93wdq0ndQ3WaB9RG4EH7u AiRlO7EsC/kF93IpFRAV51kMbGbOO4mzP+slBLPvioNPy531OtLJdjTnTCJPXb+CxFfl L6wgqzb2G95HVmfOPfAbZG4do+CICoVyIaPKqMgpc+WWnimXmC7Qo9JPwwg9QpVkdPqj wMzA== 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 g3si3890052ejf.612.2021.01.15.07.01.24; Fri, 15 Jan 2021 07:01:50 -0800 (PST) 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 S1728879AbhAOO7J (ORCPT + 99 others); Fri, 15 Jan 2021 09:59:09 -0500 Received: from elvis.franken.de ([193.175.24.41]:53975 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726918AbhAOO7I (ORCPT ); Fri, 15 Jan 2021 09:59:08 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1l0QYS-0006iT-00; Fri, 15 Jan 2021 15:58:24 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id CD94AC057E; Fri, 15 Jan 2021 15:58:12 +0100 (CET) Date: Fri, 15 Jan 2021 15:58:12 +0100 From: Thomas Bogendoerfer To: Alexander Lobakin Cc: Geert Uytterhoeven , Andrew Morton , Bibo Mao , Anshuman Khandual , Paul Burton , Mike Rapoport , Guoyun Sun , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH mips-next 0/2] MIPS: fix -Wshadow in include files Message-ID: <20210115145812.GA15745@alpha.franken.de> References: <20210114182905.110574-1-alobakin@pm.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210114182905.110574-1-alobakin@pm.me> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 14, 2021 at 06:29:26PM +0000, Alexander Lobakin wrote: > Fix two -Wshadow warnings coming from the include files and thus > repetitive and very annoying when building lots of sources. > > Alexander Lobakin (2): > MIPS: bitops: fix -Wshadow in asm/bitops.h > MIPS: pgtable: fix -Wshadow in asm/pgtable.h > > arch/mips/include/asm/bitops.h | 10 +++++----- > arch/mips/include/asm/pgtable.h | 12 ++++++------ > 2 files changed, 11 insertions(+), 11 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]