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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Aug 2021 16:14:40 -0000 From: "tip-bot2 for Baokun Li" <tip-bot2@...utronix.de> To: linux-tip-commits@...r.kernel.org Cc: Baokun Li <libaokun1@...wei.com>, Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org, linux-kernel@...r.kernel.org Subject: [tip: smp/core] cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state_cpuslocked() The following commit has been merged into the smp/core branch of tip: Commit-ID: ed3cd1da674034c4800abfc48c26f2742d5df17e Gitweb: https://git.kernel.org/tip/ed3cd1da674034c4800abfc48c26f2742d5df17e Author: Baokun Li <libaokun1@...wei.com> AuthorDate: Sat, 05 Jun 2021 14:30:03 +08:00 Committer: Thomas Gleixner <tglx@...utronix.de> CommitterDate: Tue, 10 Aug 2021 18:07:38 +02:00 cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state_cpuslocked() Fixes the following W=1 kernel build warning(s): kernel/cpu.c:1949: warning: Function parameter or member 'name' not described in '__cpuhp_setup_state_cpuslocked' Signed-off-by: Baokun Li <libaokun1@...wei.com> Signed-off-by: Thomas Gleixner <tglx@...utronix.de> Link: https://lore.kernel.org/r/20210605063003.681049-1-libaokun1@huawei.com --- kernel/cpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/cpu.c b/kernel/cpu.c index 804b847..8930a4e 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -1976,6 +1976,7 @@ EXPORT_SYMBOL_GPL(__cpuhp_state_add_instance); /** * __cpuhp_setup_state_cpuslocked - Setup the callbacks for an hotplug machine state * @state: The state to setup + * @name: Name of the step * @invoke: If true, the startup function is invoked for cpus where * cpu state >= @state * @startup: startup callback function
Powered by blists - more mailing lists