We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c9397 commit fc931e5Copy full SHA for fc931e5
pkg/nvcdi/lib-nvml.go
@@ -37,7 +37,7 @@ var _ Interface = (*nvmllib)(nil)
37
38
// GetSpec should not be called for nvmllib
39
func (l *nvmllib) GetSpec() (spec.Interface, error) {
40
- return nil, fmt.Errorf("Unexpected call to nvmllib.GetSpec()")
+ return nil, fmt.Errorf("unexpected call to nvmllib.GetSpec()")
41
}
42
43
// GetAllDeviceSpecs returns the device specs for all available devices.
0 commit comments