Missing space added to API docs
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@intel.com>
This commit is contained in:
parent
051854cc5a
commit
920cb80d65
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user