mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 09:26:43 +07:00
scsi: arcmsr: Fix grammar
Fix grammar. Signed-off-by: Ching Huang <ching2048@areca.com.tw> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
a3de4b58bc
commit
852c3f3240
@ -4453,7 +4453,7 @@ static int arcmsr_bus_reset(struct scsi_cmnd *cmd)
|
||||
|
||||
if (acb->acb_flags & ACB_F_BUS_RESET) {
|
||||
long timeout;
|
||||
pr_notice("arcmsr: there is an bus reset eh proceeding...\n");
|
||||
pr_notice("arcmsr: there is a bus reset eh proceeding...\n");
|
||||
timeout = wait_event_timeout(wait_q, (acb->acb_flags
|
||||
& ACB_F_BUS_RESET) == 0, 220 * HZ);
|
||||
if (timeout)
|
||||
|
Loading…
Reference in New Issue
Block a user