diff --git a/pkg/hostman/isolated_device/usb.go b/pkg/hostman/isolated_device/usb.go index 9bbc04fd67..d0753d1426 100644 --- a/pkg/hostman/isolated_device/usb.go +++ b/pkg/hostman/isolated_device/usb.go @@ -400,7 +400,7 @@ type sLsusbTree struct { If int `json:"if"` Class string `json:"class"` Driver string `json:"driver"` - Content string `json:"content` + Content string `json:"content"` Nodes []*sLsusbTree `json:"nodes"` }