projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c62cfb
)
lib: objagg: fix typo in objagg_stats_put() docstring
author
Jiri Pirko
<jiri@mellanox.com>
Thu, 7 Feb 2019 11:22:46 +0000
(11:22 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 8 Feb 2019 23:02:49 +0000
(15:02 -0800)
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/objagg.c
patch
|
blob
|
history
diff --git
a/lib/objagg.c
b/lib/objagg.c
index
c9b457a
..
dae390b
100644
(file)
--- a/
lib/objagg.c
+++ b/
lib/objagg.c
@@
-485,7
+485,7
@@
const struct objagg_stats *objagg_stats_get(struct objagg *objagg)
EXPORT_SYMBOL(objagg_stats_get);
/**
- * objagg_stats_put
s
- puts stats of the objagg instance
+ * objagg_stats_put - puts stats of the objagg instance
* @objagg_stats: objagg instance stats
*
* Note: all locking must be provided by the caller.