]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/include/spdk/queue_extras.h
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / spdk / include / spdk / queue_extras.h
index 7fa14b7c0b11a8f1ac77081b9bfe75f774f559e7..3ad31f6ebd769c82022d1e815add9f0f1f071163 100644 (file)
@@ -197,7 +197,7 @@ struct {                                                            \
        if (LIST_NEXT((elm), field) != NULL &&                          \
            LIST_NEXT((elm), field)->field.le_prev !=                   \
             &((elm)->field.le_next))                                   \
-               panic("Bad link elm %p next->prev != elm", (elm));      \
+               panic("Bad link elm %p next->prev != elm", (elm));      \
 } while (0)
 
 #define        QMD_LIST_CHECK_PREV(elm, field) do {                            \
@@ -258,7 +258,7 @@ struct {                                                            \
 
 #define        QMD_TAILQ_CHECK_TAIL(head, field) do {                          \
        if (*(head)->tqh_last != NULL)                                  \
-               panic("Bad tailq NEXT(%p->tqh_last) != NULL", (head));  \
+               panic("Bad tailq NEXT(%p->tqh_last) != NULL", (head));  \
 } while (0)
 
 #define        QMD_TAILQ_CHECK_NEXT(elm, field) do {                           \