Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: amaslennikov <[email protected]>
  • Loading branch information
almaslennikov committed Feb 15, 2024
1 parent 4a58f97 commit 93507ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/netdevice/pciNetDevice.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ type pciNetDevice struct {
}

// NewPciNetDevice returns an instance of PciNetDevice interface
//
//nolint:gocyclo
func NewPciNetDevice(dev *ghw.PCIDevice,
rFactory types.ResourceFactory, rc *types.ResourceConfig, selectorIndex int) (types.PciNetDevice, error) {
var vdpaDev types.VdpaDevice
Expand Down

0 comments on commit 93507ca

Please sign in to comment.