[Pkg-ofed-commits] [libfabric] 05/06: Remove patch fix_typo, it's been merged upstream.

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Oct 22 13:45:01 UTC 2016


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

ana pushed a commit to branch master
in repository libfabric.

commit 17a870fec3a2a8fd68343ff6b1c5247732ec1ba9
Author: Ana Guerrero López <ana at ekaia.org>
Date:   Sat Oct 22 15:40:46 2016 +0200

    Remove patch fix_typo, it's been merged upstream.
---
 debian/changelog        |  1 +
 debian/patches/fix_typo | 70 -------------------------------------------------
 debian/patches/series   |  1 -
 3 files changed, 1 insertion(+), 71 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 42906be..f538097 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libfabric (1.4.0~rc2-1) UNRELEASED; urgency=medium
 
   * New upstream pre-release 1.4.0 RC2.
   * Update README.Debian.
+  * Remove patch fix_typo, it's been merged upstream.
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sat, 22 Oct 2016 15:39:00 +0200
 
diff --git a/debian/patches/fix_typo b/debian/patches/fix_typo
deleted file mode 100644
index 46c3612..0000000
--- a/debian/patches/fix_typo
+++ /dev/null
@@ -1,70 +0,0 @@
-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
deleted file mode 100644
index e564d60..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-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