Skip to content

Commit 83e4a9b

Browse files
dingsenjiemartinkpetersen
authored andcommitted
scsi: megaraid_mbox: Fix spelling of 'allocated'
allocted -> allocated Link: https://lore.kernel.org/r/[email protected] Signed-off-by: dingsenjie <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 99de0ea commit 83e4a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/megaraid/megaraid_mbox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ megaraid_mbox_setup_dma_pools(adapter_t *adapter)
11651165
* structure
11661166
* Since passthru and extended passthru commands are exclusive, they
11671167
* share common memory pool. Passthru structures piggyback on memory
1168-
* allocted to extended passthru since passthru is smaller of the two
1168+
* allocated to extended passthru since passthru is smaller of the two
11691169
*/
11701170
raid_dev->epthru_pool_handle = dma_pool_create("megaraid mbox pthru",
11711171
&adapter->pdev->dev, sizeof(mraid_epassthru_t), 128, 0);

0 commit comments

Comments
 (0)