Missing space added to API docs

Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@intel.com>
This commit is contained in:
Maciej Iwanowski 2020-02-26 07:39:39 +01:00 committed by Maciej "Iwan" Iwanowski
parent 051854cc5a
commit 920cb80d65
No known key found for this signature in database
GPG Key ID: 2484258A4DD3EE84
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import (
)
// GetNVMAvgPowerBudget retrieves configured power budget
// (in watts)for NVM devices. When libipmct is not available
// (in watts) for NVM devices. When libipmct is not available
// zero is returned.
func GetNVMAvgPowerBudget() (uint, error) {
// Initialize libipmctl library.

View File

@ -17,7 +17,7 @@
package machine
// GetNVMAvgPowerBudget retrieves configured power budget
// (in watts)for NVM devices. When libipmct is not available
// (in watts) for NVM devices. When libipmct is not available
// zero is returned.
func GetNVMAvgPowerBudget() (uint, error) {
return uint(0), nil