Commit 081064cc authored by Marcel Hamer's avatar Marcel Hamer Committed by Miquel Raynal
Browse files

mtd: fix minor comment typo for struct mtd_master

parent 2416a2e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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