summaryrefslogtreecommitdiffstats
path: root/sys/ofed/drivers/infiniband
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
committereadler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
commit156fd4834ab9a6f666ba46003a8fd7bd64dfdb39 (patch)
tree39bcd5f2ee01f18547e0b8f8fc9bd18343a1940e /sys/ofed/drivers/infiniband
parentb4b3af68b5d52029bca29260dc9f0a8bb34795c5 (diff)
downloadFreeBSD-src-156fd4834ab9a6f666ba46003a8fd7bd64dfdb39.zip
FreeBSD-src-156fd4834ab9a6f666ba46003a8fd7bd64dfdb39.tar.gz
Don't repeat the the word 'the'
(one manual change to fix grammar) Confirmed With: db Approved by: secteam (not really, but this is a comment typo fix)
Diffstat (limited to 'sys/ofed/drivers/infiniband')
-rw-r--r--sys/ofed/drivers/infiniband/debug/memtrack.c2
-rw-r--r--sys/ofed/drivers/infiniband/debug/memtrack.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/ofed/drivers/infiniband/debug/memtrack.c b/sys/ofed/drivers/infiniband/debug/memtrack.c
index 7082856..6c8d5df 100644
--- a/sys/ofed/drivers/infiniband/debug/memtrack.c
+++ b/sys/ofed/drivers/infiniband/debug/memtrack.c
@@ -510,7 +510,7 @@ EXPORT_SYMBOL(is_non_trackable_free_func);
/* WA - In this function handles confirm
- the the function name is
+ the function name is
'__ib_umem_release' or 'ib_umem_get'
In this case we won't track the
memory there because the kernel
diff --git a/sys/ofed/drivers/infiniband/debug/memtrack.h b/sys/ofed/drivers/infiniband/debug/memtrack.h
index 76265ae..fb52f4b 100644
--- a/sys/ofed/drivers/infiniband/debug/memtrack.h
+++ b/sys/ofed/drivers/infiniband/debug/memtrack.h
@@ -64,7 +64,7 @@ int is_non_trackable_alloc_func(const char *func_name);
int is_non_trackable_free_func(const char *func_name);
/* WA - In this function handles confirm
- the the function name is
+ the function name is
'__ib_umem_release' or 'ib_umem_get'
In this case we won't track the
memory there because the kernel
OpenPOWER on IntegriCloud