Blame SOURCES/0005-libibverbs-Fix-description-of-ibv_get_device_guid-ma.patch

745326
From 6e1a61ab829ba893858a50e799fcdbcd95169f35 Mon Sep 17 00:00:00 2001
745326
From: Leon Romanovsky <leonro@mellanox.com>
745326
Date: Wed, 22 Apr 2020 15:43:22 +0300
745326
Subject: [PATCH 5/8] libibverbs: Fix description of ibv_get_device_guid man
745326
 page
745326
745326
[ Upstream commit 4ca5cafd29f619233b8deb0297cef0024fcd6e90 ]
745326
745326
There is a copy/paste error in the description of
745326
ibv_get_device_guid(), fix it.
745326
745326
Fixes: 7aca81e64aa9 ("verbs: Switch simpler man pages over to markdown format")
745326
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
745326
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
745326
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
745326
---
745326
 libibverbs/man/ibv_get_device_guid.3.md | 2 +-
745326
 1 file changed, 1 insertion(+), 1 deletion(-)
745326
745326
diff --git a/libibverbs/man/ibv_get_device_guid.3.md b/libibverbs/man/ibv_get_device_guid.3.md
745326
index 683900f974ca..6dc96001d0af 100644
745326
--- a/libibverbs/man/ibv_get_device_guid.3.md
745326
+++ b/libibverbs/man/ibv_get_device_guid.3.md
745326
@@ -22,7 +22,7 @@ uint64_t ibv_get_device_guid(struct ibv_device *device);
745326
 
745326
 # DESCRIPTION
745326
 
745326
-**ibv_get_device_name()** returns the Global Unique IDentifier (GUID) of the
745326
+**ibv_get_device_guid()** returns the Global Unique IDentifier (GUID) of the
745326
 RDMA device *device*.
745326
 
745326
 # RETURN VALUE
745326
-- 
745326
2.25.4
745326