mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 08:28:34 +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
|
||||
/// Argument:
|
||||
/// * vcpu_count: target vcpu_count online in VcpuManager.
|
||||
///
|
||||
/// Return:
|
||||
/// * return available vcpu ids to create vcpu .
|
||||
fn calculate_available_vcpus(&self, vcpu_count: u8) -> Vec<u8> {
|
||||
|
Reference in New Issue
Block a user