From bb0488e70a6cdc7b3e2e186b4fd044bc99675dc5 Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Mon, 11 Jun 2018 01:29:05 +0530 Subject: [PATCH] virtcontainers: Fix comment causing golint issue Fixes: #380 Signed-off-by: Nitesh Konkar --- virtcontainers/qemu_ppc64le.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtcontainers/qemu_ppc64le.go b/virtcontainers/qemu_ppc64le.go index 1909f5e653..930cc3fe95 100644 --- a/virtcontainers/qemu_ppc64le.go +++ b/virtcontainers/qemu_ppc64le.go @@ -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 { return uint32(128) }