projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4c85b5
)
mtd: rawnand: gpmi: Fix typo 'the the' in comment
author
Slark Xiao
<slark_xiao@163.com>
Fri, 22 Jul 2022 07:28:50 +0000
(15:28 +0800)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Wed, 21 Sep 2022 08:38:46 +0000
(10:38 +0200)
Replace 'the the' with 'the' in the comment.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link:
https://lore.kernel.org/linux-mtd/20220722072850.72797-1-slark_xiao@163.com
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
b/drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
index 93da23682d862c3ea2c0407ee332cc165fd54304..01ccbde748f3062aa8de99e804f610bb2ada4b18 100644
(file)
--- a/
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
+++ b/
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c
@@
-1361,7
+1361,7
@@
error_alloc:
/*
* Handles block mark swapping.
* It can be called in swapping the block mark, or swapping it back,
- * because the
the
operations are the same.
+ * because the operations are the same.
*/
static void block_mark_swapping(struct gpmi_nand_data *this,
void *payload, void *auxiliary)