From: Zhu Wang Date: Mon, 31 Jul 2023 11:34:57 +0000 (+0800) Subject: x86/fpu/xstate: Address kernel-doc warning X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=90879f5dfcf6cf1d56f4d1b696a25c44e1f5ba14;p=linux.git x86/fpu/xstate: Address kernel-doc warning Fix kernel-doc warning: arch/x86/kernel/fpu/xstate.c:1753: warning: Excess function parameter 'tsk' description in 'fpu_xstate_prctl' Signed-off-by: Zhu Wang Signed-off-by: Ingo Molnar Cc: linux-kernel@vger.kernel.org --- diff --git a/arch/x86/kernel/fpu/xstate.c b/arch/x86/kernel/fpu/xstate.c index cadf68737e6bc..50d7bde5e2028 100644 --- a/arch/x86/kernel/fpu/xstate.c +++ b/arch/x86/kernel/fpu/xstate.c @@ -1736,7 +1736,6 @@ EXPORT_SYMBOL_GPL(xstate_get_guest_group_perm); /** * fpu_xstate_prctl - xstate permission operations - * @tsk: Redundant pointer to current * @option: A subfunction of arch_prctl() * @arg2: option argument * Return: 0 if successful; otherwise, an error code