[<prev] [next>] [day] [month] [year] [list]
Message-ID: <532afb44-6827-81cc-b1e2-7c5c1454d3a3@infradead.org>
Date: Mon, 30 Mar 2020 17:22:11 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Jiri Kosina <trivial@...nel.org>
Subject: [PATCH trivial] lib/bitmap.c: fix spello
From: Randy Dunlap <rdunlap@...radead.org>
Fix typo/spello for whitespaces.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Jiri Kosina <trivial@...nel.org>
---
lib/bitmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200330.orig/lib/bitmap.c
+++ linux-next-20200330/lib/bitmap.c
@@ -551,7 +551,7 @@ static inline bool end_of_region(char c)
}
/*
- * The format allows commas and whitespases at the beginning
+ * The format allows commas and whitespaces at the beginning
* of the region.
*/
static const char *bitmap_find_region(const char *str)
Powered by blists - more mailing lists