]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
rdma: Fix misspelled SYS_IMAGE_GUID
authorLeon Romanovsky <leonro@mellanox.com>
Wed, 27 Dec 2017 07:57:53 +0000 (09:57 +0200)
committerDavid Ahern <dsahern@gmail.com>
Wed, 27 Dec 2017 15:47:35 +0000 (07:47 -0800)
SYS_IMAGE_GUIG is actually SYS_IMAGE_GUID.

Fixes: da990ab40a92 ("rdma: Add link object")
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
rdma/link.c

index 3a4b00bd533b18267fdfe203e0fea8494236539c..f0eaccbb8be709578bc78597eebd348f4cda5188 100644 (file)
@@ -30,7 +30,7 @@ static const char *caps_to_str(uint32_t idx)
        x(PKEY_NVRAM, 8) \
        x(LED_INFO, 9) \
        x(SM_DISABLED, 10) \
-       x(SYS_IMAGE_GUIG, 11) \
+       x(SYS_IMAGE_GUID, 11) \
        x(PKEY_SW_EXT_PORT_TRAP, 12) \
        x(EXTENDED_SPEEDS, 14) \
        x(CM, 16) \