[clinfo] 52/55: fix a typo

Andreas Beckmann anbe at moszumanska.debian.org
Sat Jan 13 14:40:03 UTC 2018


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

anbe pushed a commit to branch master
in repository clinfo.

commit bdd83d35759a7620e7e1207d0af098eafa2c8a7e
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Jan 13 06:25:43 2018 +0100

    fix a typo
---
 debian/patches/series      |  1 +
 debian/patches/typos.patch | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..002796a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+typos.patch
diff --git a/debian/patches/typos.patch b/debian/patches/typos.patch
new file mode 100644
index 0000000..a17805d
--- /dev/null
+++ b/debian/patches/typos.patch
@@ -0,0 +1,14 @@
+Author: Andreas Beckmann <anbe at debian.org>
+Description: fix typos found by Lintian
+
+--- a/src/clinfo.c
++++ b/src/clinfo.c
+@@ -1925,7 +1925,7 @@ struct device_info_traits dinfo_traits[]
+ 
+ 	/* Interop */
+ 	{ CLINFO_BOTH, DINFO(CL_DEVICE_PREFERRED_INTEROP_USER_SYNC, "Prefer user sync for interop", bool), dev_is_12 },
+-	{ CLINFO_BOTH, DINFO(CL_DEVICE_NUM_SIMULTANEOUS_INTEROPS_INTEL, "Number of simulataneous interops (Intel)", int), dev_has_simultaneous_sharing },
++	{ CLINFO_BOTH, DINFO(CL_DEVICE_NUM_SIMULTANEOUS_INTEROPS_INTEL, "Number of simultaneous interops (Intel)", int), dev_has_simultaneous_sharing },
+ 	/* TODO: this needs defines for the possible values of the context interops,
+ 	{ CLINFO_BOTH, DINFO(CL_DEVICE_SIMULTANEOUS_INTEROPS_INTEL, "Simulataneous interops", interop_list), dev_has_simultaneous_sharing },
+ 	 */

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



More information about the Pkg-opencl-commits mailing list