dm-table: fix spelling

Fix spelling: impementation -> implementation.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Assisted-by: Claude:claude-opus-4.6
This commit is contained in:
Mikulas Patocka
2026-07-13 21:25:53 +02:00
parent a02d51919b
commit d4ef8ad059

View File

@@ -2035,7 +2035,7 @@ int dm_table_set_restrictions(struct dm_table *t, struct request_queue *q,
limits->features &= ~BLK_FEAT_NOWAIT;
/*
* The current polling impementation does not support request based
* The current polling implementation does not support request based
* stacking.
*/
if (!__table_type_bio_based(t->type))