mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
x86/fpu: Fix kernel-doc formatting above fpu_enable_guest_xfd_features()
Adjust the indentation and use tabs between function parameters and their descriptions to align with the convention used in FPU code. Signed-off-by: Chao Gao <chao.gao@intel.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://patch.msgid.link/20250620052152.490414-1-chao.gao@intel.com
This commit is contained in:
parent
0cfdf974f1
commit
b47748678c
|
|
@ -294,15 +294,15 @@ void fpu_free_guest_fpstate(struct fpu_guest *gfpu)
|
|||
}
|
||||
EXPORT_SYMBOL_FOR_KVM(fpu_free_guest_fpstate);
|
||||
|
||||
/*
|
||||
* fpu_enable_guest_xfd_features - Check xfeatures against guest perm and enable
|
||||
* @guest_fpu: Pointer to the guest FPU container
|
||||
* @xfeatures: Features requested by guest CPUID
|
||||
*
|
||||
* Enable all dynamic xfeatures according to guest perm and requested CPUID.
|
||||
*
|
||||
* Return: 0 on success, error code otherwise
|
||||
*/
|
||||
/**
|
||||
* fpu_enable_guest_xfd_features - Check xfeatures against guest perm and enable
|
||||
* @guest_fpu: Pointer to the guest FPU container
|
||||
* @xfeatures: Features requested by guest CPUID
|
||||
*
|
||||
* Enable all dynamic xfeatures according to guest perm and requested CPUID.
|
||||
*
|
||||
* Return: 0 on success, error code otherwise
|
||||
*/
|
||||
int fpu_enable_guest_xfd_features(struct fpu_guest *guest_fpu, u64 xfeatures)
|
||||
{
|
||||
lockdep_assert_preemption_enabled();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user