net/ice/base: correct abbreviations
[dpdk.git] / drivers / net / ice / base / ice_controlq.c
index 70a50bf..501f986 100644 (file)
@@ -412,7 +412,7 @@ do {                                                                        \
        /* free the buffer info list */                                 \
        if ((qi)->ring.cmd_buf)                                         \
                ice_free(hw, (qi)->ring.cmd_buf);                       \
-       /* free dma head */                                             \
+       /* free DMA head */                                             \
        ice_free(hw, (qi)->ring.dma_head);                              \
 } while (0)