From: Raphael Silva Date: Mon, 13 Oct 2014 22:51:34 +0000 (-0700) Subject: lib/textsearch.c: remove textsearch_put reference from comments X-Git-Tag: v4.13~6478^2~118 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=fec22908323dc56ce38b835f5a67cce30fc7b6fc;p=mirror_ubuntu-bionic-kernel.git lib/textsearch.c: remove textsearch_put reference from comments There is no textsearch_put(). Remove it from the comments to avoid misunderstanding. Textsearch prepare no longer needs textsearch_put(). Signed-off-by: Raphael Silva Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/textsearch.c b/lib/textsearch.c index 0c7e9ab2d88f..0b79908dfe89 100644 --- a/lib/textsearch.c +++ b/lib/textsearch.c @@ -249,9 +249,7 @@ EXPORT_SYMBOL(textsearch_find_continuous); * @flags: search flags * * Looks up the search algorithm module and creates a new textsearch - * configuration for the specified pattern. Upon completion all - * necessary refcnts are held and the configuration must be put back - * using textsearch_put() after usage. + * configuration for the specified pattern. * * Note: The format of the pattern may not be compatible between * the various search algorithms.