diff options
author | Ingo Molnar <mingo@kernel.org> | 2014-11-12 09:09:01 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-11-12 09:09:01 -0500 |
commit | 890ca861f868a10617029ffc87eae7d48ea6876c (patch) | |
tree | 713383f4e3bbd94ddb9816a25e6b3911511908f1 /lib/textsearch.c | |
parent | 03452d27c6cd9cebb59a6bb0fb6bd8557916c263 (diff) | |
parent | 206c5f60a3d902bc4b56dab2de3e88de5eb06108 (diff) |
Merge tag 'v3.18-rc4' into x86/cleanups, to refresh the tree before pulling new changes.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'lib/textsearch.c')
-rw-r--r-- | lib/textsearch.c | 4 |
1 files changed, 1 insertions, 3 deletions
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); | |||
249 | * @flags: search flags | 249 | * @flags: search flags |
250 | * | 250 | * |
251 | * Looks up the search algorithm module and creates a new textsearch | 251 | * Looks up the search algorithm module and creates a new textsearch |
252 | * configuration for the specified pattern. Upon completion all | 252 | * configuration for the specified pattern. |
253 | * necessary refcnts are held and the configuration must be put back | ||
254 | * using textsearch_put() after usage. | ||
255 | * | 253 | * |
256 | * Note: The format of the pattern may not be compatible between | 254 | * Note: The format of the pattern may not be compatible between |
257 | * the various search algorithms. | 255 | * the various search algorithms. |