]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/virtio/virtio_pci.c
pipeline: add check against loops
[dpdk.git] / drivers / net / virtio / virtio_pci.c
index c14d1339c97d6d172e338348f34615f29775df9d..632451dcbef2b15abfa99523e933ac2c948f00d8 100644 (file)
@@ -235,7 +235,7 @@ legacy_get_isr(struct virtio_hw *hw)
        return dst;
 }
 
-/* Enable one vector (0) for Link State Intrerrupt */
+/* Enable one vector (0) for Link State Interrupt */
 static uint16_t
 legacy_set_config_irq(struct virtio_hw *hw, uint16_t vec)
 {
@@ -410,7 +410,7 @@ static int
 modern_features_ok(struct virtio_hw *hw)
 {
        if (!virtio_with_feature(hw, VIRTIO_F_VERSION_1)) {
-               PMD_INIT_LOG(ERR, "Version 1+ required with modern devices\n");
+               PMD_INIT_LOG(ERR, "Version 1+ required with modern devices");
                return -1;
        }