diff options
author | Marcel Hamer <marcel.hamer@windriver.com> | 2024-02-16 16:50:22 +0100 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2024-02-26 11:26:31 +0100 |
commit | 081064cc103929c8a0d7d5fd057110c739c62ee1 (patch) | |
tree | 4edc2108d52232df20af883bf25eb6cc0faa1595 /include/linux/mtd | |
parent | 2416a2e7be9b27157f173268f5c7f769bd72a8dc (diff) | |
download | linux-081064cc103929c8a0d7d5fd057110c739c62ee1.tar.gz linux-081064cc103929c8a0d7d5fd057110c739c62ee1.tar.bz2 linux-081064cc103929c8a0d7d5fd057110c739c62ee1.zip |
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
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/mtd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 914a9f974baa..8d10d9d2e830 100644 --- 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: set 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 |