[Pkg-ofed-commits] [libfabric] 07/18: Add patch to fix spelling errors

Benjamin Drung bdrung at moszumanska.debian.org
Wed Nov 29 16:04:06 UTC 2017


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

bdrung pushed a commit to branch master
in repository libfabric.

commit 3d369084e3fb84697d81a3d3c64ba4be60ec9693
Author: Benjamin Drung <bdrung at debian.org>
Date:   Wed Nov 29 15:12:01 2017 +0100

    Add patch to fix spelling errors
---
 debian/patches/fix-spelling-errors.patch | 80 ++++++++++++++++++++++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 81 insertions(+)

diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
new file mode 100644
index 0000000..03d9ffc
--- /dev/null
+++ b/debian/patches/fix-spelling-errors.patch
@@ -0,0 +1,80 @@
+Description: Fix spelling errors
+Author: Benjamin Drung <bdrung at debian.org>
+
+--- libfabric-1.5.2.orig/man/man1/fi_info.1
++++ libfabric-1.5.2/man/man1/fi_info.1
+@@ -2,7 +2,7 @@
+ .SH NAME
+ .PP
+ fi_info \- Simple utility to query for fabric interfaces
+-.SH SYNOPSYS
++.SH SYNOPSIS
+ .IP
+ .nf
+ \f[C]
+--- libfabric-1.5.2.orig/man/man1/fi_pingpong.1
++++ libfabric-1.5.2/man/man1/fi_pingpong.1
+@@ -2,7 +2,7 @@
+ .SH NAME
+ .PP
+ fi_pingpong \- Quick and simple pingpong test for libfabric
+-.SH SYNOPSYS
++.SH SYNOPSIS
+ .IP
+ .nf
+ \f[C]
+--- libfabric-1.5.2.orig/man/man3/fi_eq.3
++++ libfabric-1.5.2/man/man3/fi_eq.3
+@@ -433,7 +433,7 @@ FI_MR_COMPLETE and FI_AV_COMPLETE will r
+ descriptor, respectively.
+ FI_JOIN_COMPLETE will point to the multicast descriptor returned as part
+ of the join operation.
+-Applications can use fid\->context value to retreive the context
++Applications can use fid\->context value to retrieve the context
+ associated with the fabric descriptor.
+ .PP
+ \f[I]context\f[] : The context value is set to the context parameter
+--- libfabric-1.5.2.orig/man/man7/fi_verbs.7
++++ libfabric-1.5.2/man/man7/fi_verbs.7
+@@ -83,7 +83,7 @@ makes the use of fork unsafe.
+ .SS Memory Regions
+ .PP
+ Only FI_MR_BASIC mode is supported.
+-Adding regions via s/g list is supported only upto s/g list size of 1.
++Adding regions via s/g list is supported only up to s/g list size of 1.
+ No support for binding memory regions to a counter.
+ .SS Wait objects
+ .PP
+--- libfabric-1.5.2.orig/prov/rxm/src/rxm_init.c
++++ libfabric-1.5.2/prov/rxm/src/rxm_init.c
+@@ -203,7 +203,7 @@ RXM_INI
+ {
+ 	fi_param_define(&rxm_prov, "buffer_size", FI_PARAM_INT,
+ 			"Defines the transmit buffer size. Transmit data would "
+-			"be copied upto this size (default: ~16k). This would "
++			"be copied up to this size (default: ~16k). This would "
+ 			"also affect the supported inject size");
+ 
+ 	if (rxm_init_info()) {
+--- libfabric-1.5.2.orig/prov/util/src/util_attr.c
++++ libfabric-1.5.2/prov/util/src/util_attr.c
+@@ -622,7 +622,7 @@ int ofi_check_ep_attr(const struct util_
+ 
+ 	if (user_attr->auth_key_size &&
+ 	    (user_attr->auth_key_size != prov_attr->auth_key_size)) {
+-		FI_INFO(prov, FI_LOG_CORE, "Unsupported authentification size.");
++		FI_INFO(prov, FI_LOG_CORE, "Unsupported authentication size.");
+ 		FI_INFO_CHECK_VAL(prov, prov_attr, user_attr, auth_key_size);
+ 		return -FI_ENODATA;
+ 	}
+--- libfabric-1.5.2.orig/prov/verbs/src/verbs_info.c
++++ libfabric-1.5.2/prov/verbs/src/verbs_info.c
+@@ -241,7 +241,7 @@ int fi_ibv_check_ep_attr(const struct fi
+ 
+ 	if (attr->auth_key_size &&
+ 	    (attr->auth_key_size != info->ep_attr->auth_key_size)) {
+-		VERBS_INFO(FI_LOG_CORE, "Unsupported authentification size.");
++		VERBS_INFO(FI_LOG_CORE, "Unsupported authentication size.");
+ 		FI_INFO_CHECK_VAL(&fi_ibv_prov, info->ep_attr, attr,
+ 				  auth_key_size);
+ 		return -FI_ENODATA;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..770c395
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-errors.patch

-- 
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