mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
x86/mtrr: Fix a kernel-doc markup
Kernel-doc markup should use this format: identifier - description Fix it. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/2217cd4ae9e561da2825485eb97de77c65741489.1603469755.git.mchehab+huawei@kernel.org
This commit is contained in:
parent
0d847ce7c1
commit
4a2d2ed9ba
1 changed files with 2 additions and 1 deletions
|
@ -813,7 +813,8 @@ void mtrr_ap_init(void)
|
|||
}
|
||||
|
||||
/**
|
||||
* Save current fixed-range MTRR state of the first cpu in cpu_online_mask.
|
||||
* mtrr_save_state - Save current fixed-range MTRR state of the first
|
||||
* cpu in cpu_online_mask.
|
||||
*/
|
||||
void mtrr_save_state(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue