diff options
author | 2025-01-26 09:47:26 +0200 | |
---|---|---|
committer | 2025-02-03 11:46:01 +0100 | |
commit | 4ee788eb0781ba082709c1ac1d5146ebcc40b967 (patch) | |
tree | 18f10c495aaf6a09d792dfd5723b36a1d667c525 /include/linux/moduleloader.h | |
parent | x86/mm/pat: cpa-test: fix length for CPA_ARRAY test (diff) | |
download | wireguard-linux-4ee788eb0781ba082709c1ac1d5146ebcc40b967.tar.xz wireguard-linux-4ee788eb0781ba082709c1ac1d5146ebcc40b967.zip |
x86/mm/pat: drop duplicate variable in cpa_flush()
There is a 'struct cpa_data *data' parameter in cpa_flush() that is
assigned to a local 'struct cpa_data *cpa' variable.
Rename the parameter from 'data' to 'cpa' and drop declaration of the
local 'cpa' variable.
Signed-off-by: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250126074733.1384926-3-rppt@kernel.org
Diffstat (limited to 'include/linux/moduleloader.h')
0 files changed, 0 insertions, 0 deletions