git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20367e4
)
net/mlx4: fix typo in comment
author
Dekel Peled
<dekelp@mellanox.com>
Thu, 18 Jul 2019 19:36:46 +0000
(22:36 +0300)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 23 Jul 2019 12:31:36 +0000
(14:31 +0200)
A spelling mistake was found in comment.
This patch fixes it.
Fixes:
8e4937640022
("net/mlx4: add external allocator for Verbs object")
Cc: stable@dpdk.org
Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx4/mlx4.h
patch
|
blob
|
history
diff --git
a/drivers/net/mlx4/mlx4.h
b/drivers/net/mlx4/mlx4.h
index
cd0d637
..
9bdbc6d
100644
(file)
--- a/
drivers/net/mlx4/mlx4.h
+++ b/
drivers/net/mlx4/mlx4.h
@@
-101,7
+101,7
@@
struct txq;
struct rte_flow;
/**
- * Type of objet being allocated.
+ * Type of obje
c
t being allocated.
*/
enum mlx4_verbs_alloc_type {
MLX4_VERBS_ALLOC_TYPE_NONE,