Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
virtcontainers: Fix comment causing golint issue
Browse files Browse the repository at this point in the history
Fixes: #380

Signed-off-by: Nitesh Konkar <[email protected]>
  • Loading branch information
nitkon committed Jun 10, 2018
1 parent dd2bf15 commit bb0488e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtcontainers/qemu_ppc64le.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit bb0488e

Please sign in to comment.