[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1410049797-10317-1-git-send-email-rapphil@gmail.com>
Date: Sat, 6 Sep 2014 21:29:57 -0300
From: Raphael Silva <rapphil@...il.com>
To: akpm@...ux-foundation.org
Cc: fabf@...net.be, linux-kernel@...r.kernel.org,
Raphael Silva <rapphil@...il.com>
Subject: [PATCH] Removing textsearch_put reference from the comments.
There is no function named textsearch_put(). Removing it from the comments to avoid misunderstanding.
Textsearch prepare no longer needs textsearch_put.
Signed-off-by: Raphael Silva <rapphil@...il.com>
---
lib/textsearch.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lib/textsearch.c b/lib/textsearch.c
index 0c7e9ab..0b79908 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.
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists