diff options
| author | Gerd Bayer <gbayer@linux.ibm.com> | 2024-09-26 17:37:06 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-05 14:01:10 +0100 |
| commit | 50b81b50a991930f46452e0a19d6428632e77a7c (patch) | |
| tree | c9f79661090f9b1e5d647c40768bbdc80df994b1 /scripts/cleanpatch | |
| parent | 7af235b139f6017fb4f6968f40ca4d913f73b01f (diff) | |
| download | linux-50b81b50a991930f46452e0a19d6428632e77a7c.tar.gz linux-50b81b50a991930f46452e0a19d6428632e77a7c.tar.bz2 linux-50b81b50a991930f46452e0a19d6428632e77a7c.zip | |
s390/facilities: Fix warning about shadow of global variable
[ Upstream commit 61997c1e947dbf8bc625ef86ceee00fdf2a5dba1 ]
Compiling the kernel with clang W=2 produces a warning that the
parameter declarations in some routines would shadow the definition of
the global variable stfle_fac_list. Address this warning by renaming the
parameters to fac_list.
Fixes: 17e89e1340a3 ("s390/facilities: move stfl information from lowcore to global data")
Signed-off-by: Gerd Bayer <gbayer@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/cleanpatch')
0 files changed, 0 insertions, 0 deletions
