diff options
author | 2018-03-16 16:37:22 -0400 | |
---|---|---|
committer | 2018-03-28 22:47:06 +0200 | |
commit | 7fbc85a5fb2b018d7030cba53f4c42ab90304acd (patch) | |
tree | 8bb27a5770caf4b1f612f735115f33b91d0672ab /tools/perf/scripts/python/export-to-postgresql.py | |
parent | KVM: x86: Fix perf timer mode IP reporting (diff) | |
download | wireguard-linux-7fbc85a5fb2b018d7030cba53f4c42ab90304acd.tar.xz wireguard-linux-7fbc85a5fb2b018d7030cba53f4c42ab90304acd.zip |
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: Babu Moger <babu.moger@amd.com>
[Expanded uint to unsigned int in code. - Radim]
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions