Skip to content

Commit

Permalink
lib: objagg: fix typo in objagg_stats_put() docstring
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jpirko authored and davem330 committed Feb 8, 2019
1 parent 7c62cfb commit bb72e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/objagg.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ const struct objagg_stats *objagg_stats_get(struct objagg *objagg)
EXPORT_SYMBOL(objagg_stats_get);

/**
* objagg_stats_puts - 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.
Expand Down

0 comments on commit bb72e68

Please sign in to comment.