[Pkg-ofed-commits] [libfabric] 04/05: Add patch fixing a few typo.

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Mon Sep 5 20:22:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to branch debian/master
in repository libfabric.

commit 69c9c7ea4e170dd0ee32bc5097585084f66933a9
Author: Ana Beatriz Guerrero Lopez <ana at debian.org>
Date:   Mon Sep 5 22:07:03 2016 +0200

    Add patch fixing a few typo.
---
 debian/changelog        |  1 +
 debian/patches/fix_typo | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series   |  1 +
 3 files changed, 72 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2fd6019..4175423 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libfabric (1.3.0-3) UNRELEASED; urgency=medium
   * Install libfabric.pc. Thanks Marcin Ślusarz. (Closes: #826222)
   * Point Vcs-* fields to HTTPS URLs
   * Enable hardening.
+  * Add patch with a few typo fixes.
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Wed, 15 Jun 2016 11:33:12 +0200
 
diff --git a/debian/patches/fix_typo b/debian/patches/fix_typo
new file mode 100644
index 0000000..46c3612
--- /dev/null
+++ b/debian/patches/fix_typo
@@ -0,0 +1,70 @@
+Description: A few typo fixes
+Author: Ana Beatriz Guerrero Lopez <ana at debian.org>
+Last-Update: 2016-09-05
+
+--- a/man/fi_endpoint.3.md
++++ b/man/fi_endpoint.3.md
+@@ -663,7 +663,7 @@
+ with each field being at least the size requested, or fail the
+ request.  A provider may increase the size of the fields. When reporting
+ completions (see FI_CQ_FORMAT_TAGGED), the provider must provide the 
+-exact value of the recieved tag, clearing out any unsupported tag bits. 
++exact value of the received tag, clearing out any unsupported tag bits.
+ 
+ It is recommended that field sizes be ordered from smallest to
+ largest.  A generic, unstructured tag and mask can be achieved by
+--- a/man/fi_verbs.7.md
++++ b/man/fi_verbs.7.md
+@@ -35,7 +35,7 @@
+   * FI_CONTEXT for applications making uses of the experimental FI_EP_RDM capability.
+ 
+ *Addressing Formats*
+-: Supported addresing formats include FI_SOCKADDR, FI_SOCKADDR_IN, FI_SOCKADDR_IN6,
++: Supported addressing formats include FI_SOCKADDR, FI_SOCKADDR_IN, FI_SOCKADDR_IN6,
+   FI_SOCKADDR_IB
+ 
+ *Progress*
+--- a/prov/verbs/src/verbs_cm.c
++++ b/prov/verbs/src/verbs_cm.c
+@@ -258,7 +258,7 @@
+ 
+ 	ret = rdma_bind_addr(pep->id, (struct sockaddr *)addr);
+ 	if (ret) {
+-		FI_INFO(&fi_ibv_prov, FI_LOG_FABRIC, "Unable to bind addres to rdma_cm_id\n");
++		FI_INFO(&fi_ibv_prov, FI_LOG_FABRIC, "Unable to bind address to rdma_cm_id\n");
+ 		return -errno;
+ 	}
+ 
+--- a/prov/verbs/src/verbs_msg_ep.c
++++ b/prov/verbs/src/verbs_msg_ep.c
+@@ -436,7 +436,7 @@
+ 	if (info->src_addr) {
+ 		ret = rdma_bind_addr(_pep->id, (struct sockaddr *)info->src_addr);
+ 		if (ret) {
+-			FI_INFO(&fi_ibv_prov, FI_LOG_DOMAIN, "Unable to bind addres to rdma_cm_id\n");
++			FI_INFO(&fi_ibv_prov, FI_LOG_DOMAIN, "Unable to bind address to rdma_cm_id\n");
+ 			goto err2;
+ 		}
+ 		_pep->bound = 1;
+--- a/man/man3/fi_endpoint.3
++++ b/man/man3/fi_endpoint.3
+@@ -702,7 +702,7 @@
+ the request.
+ A provider may increase the size of the fields.
+ When reporting completions (see FI_CQ_FORMAT_TAGGED), the provider must
+-provide the exact value of the recieved tag, clearing out any
++provide the exact value of the received tag, clearing out any
+ unsupported tag bits.
+ .PP
+ It is recommended that field sizes be ordered from smallest to largest.
+--- a/man/man7/fi_verbs.7
++++ b/man/man7/fi_verbs.7
+@@ -27,7 +27,7 @@
+ * FI_CONTEXT for applications making uses of the experimental FI_EP_RDM
+ capability.
+ .PP
+-\f[I]Addressing Formats\f[] : Supported addresing formats include
++\f[I]Addressing Formats\f[] : Supported addressing formats include
+ FI_SOCKADDR, FI_SOCKADDR_IN, FI_SOCKADDR_IN6, FI_SOCKADDR_IB
+ .PP
+ \f[I]Progress\f[] : Verbs provider supports FI_PROGRESS_AUTO:
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..e564d60 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_typo

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libfabric.git



More information about the Pkg-ofed-commits mailing list