[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <164993251625.4207.15885270496028960488.tip-bot2@tip-bot2>
Date: Thu, 14 Apr 2022 10:35:16 -0000
From: "tip-bot2 for Jiapeng Chong" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Abaci Robot <abaci@...ux.alibaba.com>,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Borislav Petkov <bp@...e.de>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: x86/cleanups] x86/process: Fix kernel-doc warning due to a
changed function name
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: dbb5ab6d2c0a7397d77c9f60fe23844d4fe4e634
Gitweb: https://git.kernel.org/tip/dbb5ab6d2c0a7397d77c9f60fe23844d4fe4e634
Author: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
AuthorDate: Thu, 14 Apr 2022 14:21:10 +08:00
Committer: Borislav Petkov <bp@...e.de>
CommitterDate: Thu, 14 Apr 2022 12:23:06 +02:00
x86/process: Fix kernel-doc warning due to a changed function name
Fix the following scripts/kernel-doc warning:
arch/x86/kernel/process.c:412: warning: expecting prototype for tss_update_io_bitmap().
Prototype was for native_tss_update_io_bitmap() instead.
[ bp: Massage. ]
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
Signed-off-by: Borislav Petkov <bp@...e.de>
Link: https://lore.kernel.org/r/20220414062110.60343-1-jiapeng.chong@linux.alibaba.com
---
arch/x86/kernel/process.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
index b370767..b3d2d41 100644
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
@@ -405,7 +405,7 @@ static void tss_copy_io_bitmap(struct tss_struct *tss, struct io_bitmap *iobm)
}
/**
- * tss_update_io_bitmap - Update I/O bitmap before exiting to usermode
+ * native_tss_update_io_bitmap - Update I/O bitmap before exiting to user mode
*/
void native_tss_update_io_bitmap(void)
{
Powered by blists - more mailing lists