diff mbox series

mtd: fix minor comment typo for struct mtd_master

Message ID 20240216155022.79371-1-marcel.hamer@windriver.com
State Accepted
Headers show
Series mtd: fix minor comment typo for struct mtd_master | expand

Commit Message

Marcel Hamer Feb. 16, 2024, 3:50 p.m. UTC
Minor typo in the suspend description.

Signed-off-by: Marcel Hamer <marcel.hamer@windriver.com>
---
 include/linux/mtd/mtd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Miquel Raynal Feb. 26, 2024, 10:43 a.m. UTC | #1
On Fri, 2024-02-16 at 15:50:22 UTC, Marcel Hamer wrote:
> Minor typo in the suspend description.
> 
> Signed-off-by: Marcel Hamer <marcel.hamer@windriver.com>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks.

Miquel
diff mbox series

Patch

diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h
index 914a9f974baaa..8d10d9d2e8300 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