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