virtcontainers: Fix comment causing golint issue

Fixes: #380

Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
This commit is contained in:
Nitesh Konkar 2018-06-11 01:29:05 +05:30
parent dd2bf15ebc
commit bb0488e70a

View File

@ -54,7 +54,7 @@ var supportedQemuMachines = []govmmQemu.Machine{
}, },
} }
// returns the maximum number of vCPUs supported // MaxQemuVCPUs returns the maximum number of vCPUs supported
func MaxQemuVCPUs() uint32 { func MaxQemuVCPUs() uint32 {
return uint32(128) return uint32(128)
} }