aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_mbox.c
diff options
context:
space:
mode:
authordingsenjie <dingsenjie@yulong.com>2021-01-26 13:49:08 +0800
committerMartin K. Petersen <martin.petersen@oracle.com>2021-01-29 13:38:25 -0500
commit83e4a9b3dba9d95e17a947595566f2e8caa9a90d (patch)
tree1383d535a769691479c7fd2a2e8fc7398bfc0bf4 /drivers/scsi/megaraid/megaraid_mbox.c
parentscsi: qla2xxx: Simplify the calculation of variables (diff)
downloadlinux-dev-83e4a9b3dba9d95e17a947595566f2e8caa9a90d.tar.xz
linux-dev-83e4a9b3dba9d95e17a947595566f2e8caa9a90d.zip
scsi: megaraid_mbox: Fix spelling of 'allocated'
allocted -> allocated Link: https://lore.kernel.org/r/20210126054908.45468-1-dingsenjie@163.com Signed-off-by: dingsenjie <dingsenjie@yulong.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/megaraid/megaraid_mbox.c')
-rw-r--r--drivers/scsi/megaraid/megaraid_mbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/megaraid/megaraid_mbox.c b/drivers/scsi/megaraid/megaraid_mbox.c
index 4a27ac869f2e..d57e93872d7b 100644
--- a/drivers/scsi/megaraid/megaraid_mbox.c
+++ b/drivers/scsi/megaraid/megaraid_mbox.c
@@ -1165,7 +1165,7 @@ megaraid_mbox_setup_dma_pools(adapter_t *adapter)
* structure
* Since passthru and extended passthru commands are exclusive, they
* share common memory pool. Passthru structures piggyback on memory
- * allocted to extended passthru since passthru is smaller of the two
+ * allocated to extended passthru since passthru is smaller of the two
*/
raid_dev->epthru_pool_handle = dma_pool_create("megaraid mbox pthru",
&adapter->pdev->dev, sizeof(mraid_epassthru_t), 128, 0);