diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-11 18:33:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-12 10:57:58 -0700 |
commit | b6aa2c83428d49f1331d89a9e3d77850ee0696ba (patch) | |
tree | 3c16177c45c7f82db1a1ca9044a158c0674c938c | |
parent | 1eba09c15decaf4e390aba0cd409e8a4e821c2a8 (diff) | |
download | linux-stable-b6aa2c83428d49f1331d89a9e3d77850ee0696ba.tar.gz linux-stable-b6aa2c83428d49f1331d89a9e3d77850ee0696ba.tar.bz2 linux-stable-b6aa2c83428d49f1331d89a9e3d77850ee0696ba.zip |
mm/zpool.c: delete duplicated word and fix grammar
Drop the repeated word "if".
Fix subject/verb agreement.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Zi Yan <ziy@nvidia.com>
Link: http://lkml.kernel.org/r/20200801173822.14973-15-rdunlap@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | mm/zpool.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mm/zpool.c b/mm/zpool.c index 863669212070..3744a2d1a624 100644 --- a/mm/zpool.c +++ b/mm/zpool.c @@ -239,15 +239,15 @@ const char *zpool_get_type(struct zpool *zpool) } /** - * zpool_malloc_support_movable() - Check if the zpool support - * allocate movable memory + * zpool_malloc_support_movable() - Check if the zpool supports + * allocating movable memory * @zpool: The zpool to check * - * This returns if the zpool support allocate movable memory. + * This returns if the zpool supports allocating movable memory. * * Implementations must guarantee this to be thread-safe. * - * Returns: true if if the zpool support allocate movable memory, false if not + * Returns: true if the zpool supports allocating movable memory, false if not */ bool zpool_malloc_support_movable(struct zpool *zpool) { |