diff options
Diffstat (limited to 'lib/textsearch.c')
| -rw-r--r-- | lib/textsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/textsearch.c b/lib/textsearch.c index 1e934c196f0f..6f3093efbd7b 100644 --- a/lib/textsearch.c +++ b/lib/textsearch.c | |||
| @@ -254,7 +254,7 @@ unsigned int textsearch_find_continuous(struct ts_config *conf, | |||
| 254 | * parameters or a ERR_PTR(). | 254 | * parameters or a ERR_PTR(). |
| 255 | */ | 255 | */ |
| 256 | struct ts_config *textsearch_prepare(const char *algo, const void *pattern, | 256 | struct ts_config *textsearch_prepare(const char *algo, const void *pattern, |
| 257 | unsigned int len, int gfp_mask, int flags) | 257 | unsigned int len, gfp_t gfp_mask, int flags) |
| 258 | { | 258 | { |
| 259 | int err = -ENOENT; | 259 | int err = -ENOENT; |
| 260 | struct ts_config *conf; | 260 | struct ts_config *conf; |
