From: Jiri Pirko Date: Thu, 7 Feb 2019 11:22:46 +0000 (+0000) Subject: lib: objagg: fix typo in objagg_stats_put() docstring X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bb72e68bd1f2a86c37a990e9d905f34b712ae2b6;p=android-x86%2Fkernel.git lib: objagg: fix typo in objagg_stats_put() docstring Signed-off-by: Jiri Pirko Signed-off-by: Ido Schimmel Signed-off-by: David S. Miller --- 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) 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.