Skip to content

Commit fc931e5

Browse files
committed
[no-relnote] Fix error message
Signed-off-by: Evan Lezar <[email protected]>
1 parent 48c9397 commit fc931e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/nvcdi/lib-nvml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var _ Interface = (*nvmllib)(nil)
3737

3838
// GetSpec should not be called for nvmllib
3939
func (l *nvmllib) GetSpec() (spec.Interface, error) {
40-
return nil, fmt.Errorf("Unexpected call to nvmllib.GetSpec()")
40+
return nil, fmt.Errorf("unexpected call to nvmllib.GetSpec()")
4141
}
4242

4343
// GetAllDeviceSpecs returns the device specs for all available devices.

0 commit comments

Comments
 (0)