diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-10-24 17:16:41 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-10-25 14:31:07 -0600 |
commit | a4414aedf4bc923c1faa24d72d14f14c2b93e48f (patch) | |
tree | c2240ce9ae32d09699d8696f7f9618695be1bd8f /drivers/block/mtip32xx | |
parent | 9c6694bd96af42d69f493ca7ed844bcbcbcc76b1 (diff) | |
download | linux-a4414aedf4bc923c1faa24d72d14f14c2b93e48f.tar.bz2 |
block: mtip32xx: Spelling s/configration/configuration/
Fix misspelling of "configuration".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/mtip32xx')
-rw-r--r-- | drivers/block/mtip32xx/mtip32xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c index 964f78cfffa0..f6bafa9a68b9 100644 --- a/drivers/block/mtip32xx/mtip32xx.c +++ b/drivers/block/mtip32xx/mtip32xx.c @@ -129,7 +129,7 @@ struct mtip_compat_ide_task_request_s { /* * This function check_for_surprise_removal is called * while card is removed from the system and it will - * read the vendor id from the configration space + * read the vendor id from the configuration space * * @pdev Pointer to the pci_dev structure. * |