Skip to content

Commit 081064c

Browse files
marcel-hamermiquelraynal
authored andcommitted
mtd: fix minor comment typo for struct mtd_master
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
1 parent 2416a2e commit 081064c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/mtd/mtd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ struct mtd_part {
223223
* @partitions_lock: lock protecting accesses to the partition list. Protects
224224
* not only the master partition list, but also all
225225
* sub-partitions.
226-
* @suspended: et to 1 when the device is suspended, 0 otherwise
226+
* @suspended: set to 1 when the device is suspended, 0 otherwise
227227
*
228228
* This struct is embedded in mtd_info and contains master-specific
229229
* properties/fields. The master is the root MTD device from the MTD partition

0 commit comments

Comments
 (0)