]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/avf/avf_rxtx.h
net/avf: fix missing compiler error flags
[dpdk.git] / drivers / net / avf / avf_rxtx.h
index 297d0776d49d2081cf2171a84cbda6c08be783b8..c4120f8a4e539944c7f2fad045e4ed8dcd39ddf5 100644 (file)
@@ -227,7 +227,7 @@ static inline
 void avf_dump_tx_descriptor(const struct avf_tx_queue *txq,
                            const void *desc, uint16_t tx_id)
 {
-       char *name;
+       const char *name;
        const struct avf_tx_desc *tx_desc = desc;
        enum avf_tx_desc_dtype_value type;