Merge pull request #6188 from yahaa/Typo-fix

Typo: change tabs in comment to spaces
This commit is contained in:
Bin Liu 2023-02-11 11:19:11 +08:00 committed by GitHub
commit 8a9392fd9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ const (
AssetHashType = kataAnnotationsPrefix + "asset_hash_type" AssetHashType = kataAnnotationsPrefix + "asset_hash_type"
// //
// Generic annotations // Generic annotations
// //
// KernelParams is a sandbox annotation for passing additional guest kernel parameters. // KernelParams is a sandbox annotation for passing additional guest kernel parameters.
@ -134,7 +134,7 @@ const (
UseLegacySerial = kataAnnotHypervisorPrefix + "use_legacy_serial" UseLegacySerial = kataAnnotHypervisorPrefix + "use_legacy_serial"
// //
// CPU Annotations // CPU Annotations
// //
// DefaultVCPUs is a sandbox annotation for passing the default vcpus assigned for a VM by the hypervisor. // DefaultVCPUs is a sandbox annotation for passing the default vcpus assigned for a VM by the hypervisor.
@ -144,7 +144,7 @@ const (
DefaultMaxVCPUs = kataAnnotHypervisorPrefix + "default_max_vcpus" DefaultMaxVCPUs = kataAnnotHypervisorPrefix + "default_max_vcpus"
// //
// Memory related annotations // Memory related annotations
// //
// DefaultMemory is a sandbox annotation for the memory assigned for a VM by the hypervisor. // DefaultMemory is a sandbox annotation for the memory assigned for a VM by the hypervisor.
@ -175,7 +175,7 @@ const (
FileBackedMemRootDir = kataAnnotHypervisorPrefix + "file_mem_backend" FileBackedMemRootDir = kataAnnotHypervisorPrefix + "file_mem_backend"
// //
// Shared File System related annotations // Shared File System related annotations
// //
// Msize9p is a sandbox annotation to specify as the msize for 9p shares // Msize9p is a sandbox annotation to specify as the msize for 9p shares
@ -197,7 +197,7 @@ const (
VirtioFSExtraArgs = kataAnnotHypervisorPrefix + "virtio_fs_extra_args" VirtioFSExtraArgs = kataAnnotHypervisorPrefix + "virtio_fs_extra_args"
// //
// Block Device related annotations // Block Device related annotations
// //
// BlockDeviceDriver specifies the driver to be used for block device either VirtioSCSI or VirtioBlock // BlockDeviceDriver specifies the driver to be used for block device either VirtioSCSI or VirtioBlock