Skip to content

Commit 53293cb

Browse files
Rtoaxbonzini
authored andcommitted
KVM: VMX: Use tabs instead of spaces for indentation
Code indentation should use tabs where possible and miss a '*'. Signed-off-by: Rong Tao <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 06e1854 commit 53293cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/x86/kvm/vmx/vmenter.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ SYM_INNER_LABEL(vmx_vmexit, SYM_L_GLOBAL)
262262
* eIBRS has its own protection against poisoned RSB, so it doesn't
263263
* need the RSB filling sequence. But it does need to be enabled, and a
264264
* single call to retire, before the first unbalanced RET.
265-
*/
265+
*/
266266

267267
FILL_RETURN_BUFFER %_ASM_CX, RSB_CLEAR_LOOPS, X86_FEATURE_RSB_VMEXIT,\
268268
X86_FEATURE_RSB_VMEXIT_LITE
@@ -311,7 +311,7 @@ SYM_FUNC_END(vmx_do_nmi_irqoff)
311311
* vmread_error_trampoline - Trampoline from inline asm to vmread_error()
312312
* @field: VMCS field encoding that failed
313313
* @fault: %true if the VMREAD faulted, %false if it failed
314-
314+
*
315315
* Save and restore volatile registers across a call to vmread_error(). Note,
316316
* all parameters are passed on the stack.
317317
*/

0 commit comments

Comments
 (0)