mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 08:56:32 +00:00
dragonball: Fix doc formatting issue
Clippy errors with: ``` error: doc list item missing indentation ``` which I think is because the Return is between two list items, so add a blank line to separate this into a separate paragraph Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -484,6 +484,7 @@ impl VcpuManager {
|
|||||||
/// Get available vcpus to create with target vcpu_count
|
/// Get available vcpus to create with target vcpu_count
|
||||||
/// Argument:
|
/// Argument:
|
||||||
/// * vcpu_count: target vcpu_count online in VcpuManager.
|
/// * vcpu_count: target vcpu_count online in VcpuManager.
|
||||||
|
///
|
||||||
/// Return:
|
/// Return:
|
||||||
/// * return available vcpu ids to create vcpu .
|
/// * return available vcpu ids to create vcpu .
|
||||||
fn calculate_available_vcpus(&self, vcpu_count: u8) -> Vec<u8> {
|
fn calculate_available_vcpus(&self, vcpu_count: u8) -> Vec<u8> {
|
||||||
|
Reference in New Issue
Block a user