diff options
author | Shen Lichuan <shenlichuan@vivo.com> | 2024-09-24 15:21:11 +0200 |
---|---|---|
committer | Mikulas Patocka <mpatocka@redhat.com> | 2024-09-26 17:27:07 +0200 |
commit | 0a92e5cdeef9fa4cba8bef6cd1d91cff6b5d300b (patch) | |
tree | 42d9914817d4bc440c12163dce3732d0bf824b74 /drivers/md/dm-cache-target.c | |
parent | dm-cache: remove pointless error check (diff) | |
download | linux-0a92e5cdeef9fa4cba8bef6cd1d91cff6b5d300b.tar.xz linux-0a92e5cdeef9fa4cba8bef6cd1d91cff6b5d300b.zip |
dm: fix spelling errors
Fixed some confusing spelling errors that were currently identified,
the details are as follows:
-in the code comments:
dm-cache-target.c: 1371: exclussive ==> exclusive
dm-raid.c: 2522: repective ==> respective
Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Diffstat (limited to 'drivers/md/dm-cache-target.c')
-rw-r--r-- | drivers/md/dm-cache-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-cache-target.c b/drivers/md/dm-cache-target.c index 621be35c2b00..aaeeabfab09b 100644 --- a/drivers/md/dm-cache-target.c +++ b/drivers/md/dm-cache-target.c @@ -1368,7 +1368,7 @@ static void mg_copy(struct work_struct *ws) */ bool rb = bio_detain_shared(mg->cache, mg->op->oblock, mg->overwrite_bio); - BUG_ON(rb); /* An exclussive lock must _not_ be held for this block */ + BUG_ON(rb); /* An exclusive lock must _not_ be held for this block */ mg->overwrite_bio = NULL; inc_io_migrations(mg->cache); mg_full_copy(ws); |