Skip to content
Commit 7fbc85a5 authored by Babu Moger's avatar Babu Moger Committed by Radim Krčmář
Browse files

KVM: VMX: Fix the module parameters for vmx



The vmx module parameters are supposed to be unsigned variants.

Also fixed the checkpatch errors like the one below.

WARNING: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'.
+module_param(ple_gap, uint, S_IRUGO);

Signed-off-by: default avatarBabu Moger <babu.moger@amd.com>
[Expanded uint to unsigned int in code. - Radim]
Signed-off-by: default avatarRadim Krčmář <rkrcmar@redhat.com>
parent dd60d217
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment