[PATCH] Numerous fixes to kernel-doc info in source files.
[firefly-linux-kernel-4.4.55.git] / lib / textsearch.c
index 98bcadc0118523faeaf8443d4aeb248520c9798d..9e2a002c5b543305105c69a77410177882538b1b 100644 (file)
@@ -218,7 +218,7 @@ static unsigned int get_linear_data(unsigned int consumed, const u8 **dst,
  * Call textsearch_next() to retrieve subsequent matches.
  *
  * Returns the position of first occurrence of the pattern or
- * UINT_MAX if no occurrence was found.
+ * %UINT_MAX if no occurrence was found.
  */ 
 unsigned int textsearch_find_continuous(struct ts_config *conf,
                                        struct ts_state *state,