Commit 90879f5d authored by Zhu Wang's avatar Zhu Wang Committed by Ingo Molnar

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: default avatarZhu Wang <wangzhu9@huawei.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org
parent 8a749fd1
...@@ -1736,7 +1736,6 @@ EXPORT_SYMBOL_GPL(xstate_get_guest_group_perm); ...@@ -1736,7 +1736,6 @@ EXPORT_SYMBOL_GPL(xstate_get_guest_group_perm);
/** /**
* fpu_xstate_prctl - xstate permission operations * fpu_xstate_prctl - xstate permission operations
* @tsk: Redundant pointer to current
* @option: A subfunction of arch_prctl() * @option: A subfunction of arch_prctl()
* @arg2: option argument * @arg2: option argument
* Return: 0 if successful; otherwise, an error code * Return: 0 if successful; otherwise, an error code
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment