dm table: fix typo in comment

Message ID 20221025114545epcms2p6f0a8fe05ae674709ebc6ea2f348abe3c@epcms2p6
State New
Headers
Series dm table: fix typo in comment |

Commit Message

Yonggil Song Oct. 25, 2022, 11:45 a.m. UTC
  integity -> integrity
in comment for dm_table_get_integrity_disk

Signed-off-by: Yonggil Song <yonggil.song@samsung.com>
---
 drivers/md/dm-table.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/drivers/md/dm-table.c b/drivers/md/dm-table.c
index d8034ff0cb24..be0a9024923d 100644
--- a/drivers/md/dm-table.c
+++ b/drivers/md/dm-table.c
@@ -1151,7 +1151,7 @@  static struct gendisk * dm_table_get_integrity_disk(struct dm_table *t)
  * underlying devices have an integrity profile.  But all devices may
  * not have matching profiles (checking all devices isn't reliable
  * during table load because this table may use other DM device(s) which
- * must be resumed before they will have an initialized integity
+ * must be resumed before they will have an initialized integrity
  * profile).  Consequently, stacked DM devices force a 2 stage integrity
  * profile validation: First pass during table load, final pass during
  * resume.