diff options
author | Jiri Pirko <jiri@mellanox.com> | 2019-02-07 06:22:46 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-02-08 18:02:49 -0500 |
commit | bb72e68bd1f2a86c37a990e9d905f34b712ae2b6 (patch) | |
tree | 7819dbdeb09270a4421598b67025334247833583 /lib/objagg.c | |
parent | 7c62cfb8c5744b377e9f33806e0db87a00dc6884 (diff) |
lib: objagg: fix typo in objagg_stats_put() docstring
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>
Diffstat (limited to 'lib/objagg.c')
-rw-r--r-- | lib/objagg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/objagg.c b/lib/objagg.c index c9b457a91153..dae390bcef1a 100644 --- a/lib/objagg.c +++ b/lib/objagg.c | |||
@@ -485,7 +485,7 @@ const struct objagg_stats *objagg_stats_get(struct objagg *objagg) | |||
485 | EXPORT_SYMBOL(objagg_stats_get); | 485 | EXPORT_SYMBOL(objagg_stats_get); |
486 | 486 | ||
487 | /** | 487 | /** |
488 | * objagg_stats_puts - puts stats of the objagg instance | 488 | * objagg_stats_put - puts stats of the objagg instance |
489 | * @objagg_stats: objagg instance stats | 489 | * @objagg_stats: objagg instance stats |
490 | * | 490 | * |
491 | * Note: all locking must be provided by the caller. | 491 | * Note: all locking must be provided by the caller. |