lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <169636636857.3135.274434390730403690.tip-bot2@tip-bot2>
Date:   Tue, 03 Oct 2023 20:52:48 -0000
From:   "tip-bot2 for Zhu Wang" <tip-bot2@...utronix.de>
To:     linux-tip-commits@...r.kernel.org
Cc:     Zhu Wang <wangzhu9@...wei.com>, Ingo Molnar <mingo@...nel.org>,
        linux-kernel@...r.kernel.org, x86@...nel.org
Subject: [tip: x86/fpu] x86/fpu/xstate: Address kernel-doc warning

The following commit has been merged into the x86/fpu branch of tip:

Commit-ID:     90879f5dfcf6cf1d56f4d1b696a25c44e1f5ba14
Gitweb:        https://git.kernel.org/tip/90879f5dfcf6cf1d56f4d1b696a25c44e1f5ba14
Author:        Zhu Wang <wangzhu9@...wei.com>
AuthorDate:    Mon, 31 Jul 2023 19:34:57 +08:00
Committer:     Ingo Molnar <mingo@...nel.org>
CommitterDate: Tue, 03 Oct 2023 22:46:12 +02:00

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 <wangzhu9@...wei.com>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org
---
 arch/x86/kernel/fpu/xstate.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/fpu/xstate.c b/arch/x86/kernel/fpu/xstate.c
index cadf687..50d7bde 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ