Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <rapphil@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Raphael Silva and committed by
Linus Torvalds
fec22908 4bad78c5

+1 -3
+1 -3
lib/textsearch.c
··· 249 249 * @flags: search flags 250 250 * 251 251 * Looks up the search algorithm module and creates a new textsearch 252 - * configuration for the specified pattern. Upon completion all 253 - * necessary refcnts are held and the configuration must be put back 254 - * using textsearch_put() after usage. 252 + * configuration for the specified pattern. 255 253 * 256 254 * Note: The format of the pattern may not be compatible between 257 255 * the various search algorithms.