git: 2f7e72bd1c02 - main - arcmsr(4): Fix typo: rebulid -> rebuild
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Sep 2023 10:15:50 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=2f7e72bd1c024e1e8274acbe1ce57514fd444583
commit 2f7e72bd1c024e1e8274acbe1ce57514fd444583
Author: Mustafa Ateş Uzun <mustafauzun0@gmail.com>
AuthorDate: 2023-08-17 13:45:14 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2023-09-04 10:13:03 +0000
arcmsr(4): Fix typo: rebulid -> rebuild
MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/819
---
sys/dev/arcmsr/arcmsr.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/sys/dev/arcmsr/arcmsr.c b/sys/dev/arcmsr/arcmsr.c
index b43e9b8b3813..9dd3142d1933 100644
--- a/sys/dev/arcmsr/arcmsr.c
+++ b/sys/dev/arcmsr/arcmsr.c
@@ -1366,7 +1366,7 @@ static void arcmsr_stop_hba_bgrb(struct AdapterControlBlock *acb)
CHIP_REG_WRITE32(HBA_MessageUnit,
0, inbound_msgaddr0, ARCMSR_INBOUND_MESG0_STOP_BGRB);
if(!arcmsr_hba_wait_msgint_ready(acb)) {
- printf("arcmsr%d: wait 'stop adapter background rebulid' timeout \n"
+ printf("arcmsr%d: wait 'stop adapter background rebuild' timeout \n"
, acb->pci_unit);
}
}
@@ -1380,7 +1380,7 @@ static void arcmsr_stop_hbb_bgrb(struct AdapterControlBlock *acb)
acb->acb_flags &= ~ACB_F_MSG_START_BGRB;
WRITE_CHIP_REG32(0, phbbmu->drv2iop_doorbell, ARCMSR_MESSAGE_STOP_BGRB);
if(!arcmsr_hbb_wait_msgint_ready(acb)) {
- printf( "arcmsr%d: wait 'stop adapter background rebulid' timeout \n"
+ printf( "arcmsr%d: wait 'stop adapter background rebuild' timeout \n"
, acb->pci_unit);
}
}
@@ -1394,7 +1394,7 @@ static void arcmsr_stop_hbc_bgrb(struct AdapterControlBlock *acb)
CHIP_REG_WRITE32(HBC_MessageUnit, 0, inbound_msgaddr0, ARCMSR_INBOUND_MESG0_STOP_BGRB);
CHIP_REG_WRITE32(HBC_MessageUnit, 0, inbound_doorbell,ARCMSR_HBCMU_DRV2IOP_MESSAGE_CMD_DONE);
if(!arcmsr_hbc_wait_msgint_ready(acb)) {
- printf("arcmsr%d: wait 'stop adapter background rebulid' timeout \n", acb->pci_unit);
+ printf("arcmsr%d: wait 'stop adapter background rebuild' timeout \n", acb->pci_unit);
}
}
/*
@@ -1406,7 +1406,7 @@ static void arcmsr_stop_hbd_bgrb(struct AdapterControlBlock *acb)
acb->acb_flags &= ~ACB_F_MSG_START_BGRB;
CHIP_REG_WRITE32(HBD_MessageUnit, 0, inbound_msgaddr0, ARCMSR_INBOUND_MESG0_STOP_BGRB);
if(!arcmsr_hbd_wait_msgint_ready(acb)) {
- printf("arcmsr%d: wait 'stop adapter background rebulid' timeout \n", acb->pci_unit);
+ printf("arcmsr%d: wait 'stop adapter background rebuild' timeout \n", acb->pci_unit);
}
}
/*
@@ -1420,7 +1420,7 @@ static void arcmsr_stop_hbe_bgrb(struct AdapterControlBlock *acb)
acb->out_doorbell ^= ARCMSR_HBEMU_DRV2IOP_MESSAGE_CMD_DONE;
CHIP_REG_WRITE32(HBE_MessageUnit, 0, iobound_doorbell, acb->out_doorbell);
if(!arcmsr_hbe_wait_msgint_ready(acb)) {
- printf("arcmsr%d: wait 'stop adapter background rebulid' timeout \n", acb->pci_unit);
+ printf("arcmsr%d: wait 'stop adapter background rebuild' timeout \n", acb->pci_unit);
}
}
/*
@@ -3367,7 +3367,7 @@ static void arcmsr_start_hba_bgrb(struct AdapterControlBlock *acb)
acb->acb_flags |= ACB_F_MSG_START_BGRB;
CHIP_REG_WRITE32(HBA_MessageUnit, 0, inbound_msgaddr0, ARCMSR_INBOUND_MESG0_START_BGRB);
if(!arcmsr_hba_wait_msgint_ready(acb)) {
- printf("arcmsr%d: wait 'start adapter background rebulid' timeout \n", acb->pci_unit);
+ printf("arcmsr%d: wait 'start adapter background rebuild' timeout \n", acb->pci_unit);
}
}
/*
@@ -3380,7 +3380,7 @@ static void arcmsr_start_hbb_bgrb(struct AdapterControlBlock *acb)
acb->acb_flags |= ACB_F_MSG_START_BGRB;
WRITE_CHIP_REG32(0, phbbmu->drv2iop_doorbell, ARCMSR_MESSAGE_START_BGRB);
if(!arcmsr_hbb_wait_msgint_ready(acb)) {
- printf( "arcmsr%d: wait 'start adapter background rebulid' timeout \n", acb->pci_unit);
+ printf( "arcmsr%d: wait 'start adapter background rebuild' timeout \n", acb->pci_unit);
}
}
/*
@@ -3393,7 +3393,7 @@ static void arcmsr_start_hbc_bgrb(struct AdapterControlBlock *acb)
CHIP_REG_WRITE32(HBC_MessageUnit, 0, inbound_msgaddr0, ARCMSR_INBOUND_MESG0_START_BGRB);
CHIP_REG_WRITE32(HBC_MessageUnit, 0, inbound_doorbell, ARCMSR_HBCMU_DRV2IOP_MESSAGE_CMD_DONE);
if(!arcmsr_hbc_wait_msgint_ready(acb)) {
- printf("arcmsr%d: wait 'start adapter background rebulid' timeout \n", acb->pci_unit);
+ printf("arcmsr%d: wait 'start adapter background rebuild' timeout \n", acb->pci_unit);
}
}
/*
@@ -3405,7 +3405,7 @@ static void arcmsr_start_hbd_bgrb(struct AdapterControlBlock *acb)
acb->acb_flags |= ACB_F_MSG_START_BGRB;
CHIP_REG_WRITE32(HBD_MessageUnit, 0, inbound_msgaddr0, ARCMSR_INBOUND_MESG0_START_BGRB);
if(!arcmsr_hbd_wait_msgint_ready(acb)) {
- printf("arcmsr%d: wait 'start adapter background rebulid' timeout \n", acb->pci_unit);
+ printf("arcmsr%d: wait 'start adapter background rebuild' timeout \n", acb->pci_unit);
}
}
/*
@@ -3419,7 +3419,7 @@ static void arcmsr_start_hbe_bgrb(struct AdapterControlBlock *acb)
acb->out_doorbell ^= ARCMSR_HBEMU_DRV2IOP_MESSAGE_CMD_DONE;
CHIP_REG_WRITE32(HBE_MessageUnit, 0, iobound_doorbell, acb->out_doorbell);
if(!arcmsr_hbe_wait_msgint_ready(acb)) {
- printf("arcmsr%d: wait 'start adapter background rebulid' timeout \n", acb->pci_unit);
+ printf("arcmsr%d: wait 'start adapter background rebuild' timeout \n", acb->pci_unit);
}
}
/*