projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2416a2e
)
mtd: fix minor comment typo for struct mtd_master
author
Marcel Hamer
<marcel.hamer@windriver.com>
Fri, 16 Feb 2024 15:50:22 +0000
(16:50 +0100)
committer
Miquel Raynal
<miquel.raynal@bootlin.com>
Mon, 26 Feb 2024 10:26:31 +0000
(11:26 +0100)
Minor typo in the suspend description.
Signed-off-by: Marcel Hamer <marcel.hamer@windriver.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link:
https://lore.kernel.org/linux-mtd/20240216155022.79371-1-marcel.hamer@windriver.com
include/linux/mtd/mtd.h
patch
|
blob
|
history
diff --git
a/include/linux/mtd/mtd.h
b/include/linux/mtd/mtd.h
index 914a9f974baaae5010d473d0e5d8c6e79f88e191..8d10d9d2e8300fef430a8db9b3f7c37e3364434e 100644
(file)
--- a/
include/linux/mtd/mtd.h
+++ b/
include/linux/mtd/mtd.h
@@
-223,7
+223,7
@@
struct mtd_part {
* @partitions_lock: lock protecting accesses to the partition list. Protects
* not only the master partition list, but also all
* sub-partitions.
- * @suspended: et to 1 when the device is suspended, 0 otherwise
+ * @suspended:
s
et to 1 when the device is suspended, 0 otherwise
*
* This struct is embedded in mtd_info and contains master-specific
* properties/fields. The master is the root MTD device from the MTD partition