From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Romanovsky Subject: [PATCH iproute2-next 04/10] rdma: Fix misspelled SYS_IMAGE_GUID Date: Wed, 27 Dec 2017 09:57:53 +0200 Message-ID: <20171227075759.15289-5-leon@kernel.org> References: <20171227075759.15289-1-leon@kernel.org> Cc: Leon Romanovsky , netdev , Stephen Hemminger To: David Ahern Return-path: Received: from mail.kernel.org ([198.145.29.99]:46580 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113AbdL0H6Q (ORCPT ); Wed, 27 Dec 2017 02:58:16 -0500 In-Reply-To: <20171227075759.15289-1-leon@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Leon Romanovsky SYS_IMAGE_GUIG is actually SYS_IMAGE_GUID. Fixes: da990ab40a92 ("rdma: Add link object") Signed-off-by: Leon Romanovsky --- rdma/link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdma/link.c b/rdma/link.c index 3a4b00bd..f0eaccbb 100644 --- a/rdma/link.c +++ b/rdma/link.c @@ -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) \ -- 2.15.1