mbox series

[mips-next,0/2] MIPS: fix -Wshadow in include files

Message ID 20210114182905.110574-1-alobakin@pm.me (mailing list archive)
Headers show
Series MIPS: fix -Wshadow in include files | expand

Message

Alexander Lobakin Jan. 14, 2021, 6:29 p.m. UTC
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(-)

Comments

Thomas Bogendoerfer Jan. 15, 2021, 2:58 p.m. UTC | #1
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.