diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-02-28 15:14:05 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-02-29 12:16:57 +0300 |
commit | 98649365e59da18221850e137620d18b50ec99e5 (patch) | |
tree | 9660334389f26a6c260aaa1a25a586886756bbee /arch/arm/boot/compressed/head.S | |
parent | badc61982adb6018a48ed8fe32087b9754cae14b (diff) | |
download | linux-98649365e59da18221850e137620d18b50ec99e5.tar.xz |
efi: Don't shadow 'i' in efi_config_parse_tables()
Shadowing variables is generally frowned upon.
Let's simply reuse the existing loop counter 'i' instead of shadowing it.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: linux-efi@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: David Hildenbrand <david@redhat.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Link: https://lore.kernel.org/r/20200223221324.156086-1-xypron.glpk@gmx.de
Link: https://lore.kernel.org/r/20200228121408.9075-4-ardb@kernel.org
Diffstat (limited to 'arch/arm/boot/compressed/head.S')
0 files changed, 0 insertions, 0 deletions