diff --git a/spec_linux.go b/spec_linux.go index 9319c99ac..14a646b47 100644 --- a/spec_linux.go +++ b/spec_linux.go @@ -167,10 +167,10 @@ type Resources struct { } type Device struct { - // Device type, block, char, etc. - Type rune `json:"type"` // Path to the device. Path string `json:"path"` + // Device type, block, char, etc. + Type rune `json:"type"` // Major is the device's major number. Major int64 `json:"major"` // Minor is the device's minor number.