Skip to content

Commit bb72e68

Browse files
jpirkodavem330
authored andcommitted
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>
1 parent 7c62cfb commit bb72e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/objagg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ const struct objagg_stats *objagg_stats_get(struct objagg *objagg)
485485
EXPORT_SYMBOL(objagg_stats_get);
486486

487487
/**
488-
* objagg_stats_puts - puts stats of the objagg instance
488+
* objagg_stats_put - puts stats of the objagg instance
489489
* @objagg_stats: objagg instance stats
490490
*
491491
* Note: all locking must be provided by the caller.

0 commit comments

Comments
 (0)