mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 13:57:54 -04: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:
committed by
Martin K. Petersen
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)
|
||||
|
||||
Reference in New Issue
Block a user