diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2018-05-06 13:23:50 +0200 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2018-06-11 15:20:59 -0400 |
commit | 081a698639d793d92c28e785d9b5b085698f8008 (patch) | |
tree | c292184af1eff8ad2d049a365d41c1d3b60bb39d /drivers/ntb | |
parent | 6c1e8ab2d154852f43eb6d139821b7a85e31b21a (diff) | |
download | linux-081a698639d793d92c28e785d9b5b085698f8008.tar.bz2 |
NTB: ntb_hw_idt: fix typo 'can by' to 'can be'
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'drivers/ntb')
-rw-r--r-- | drivers/ntb/hw/idt/ntb_hw_idt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ntb/hw/idt/ntb_hw_idt.c b/drivers/ntb/hw/idt/ntb_hw_idt.c index 8d98872d0983..dbe72f116017 100644 --- a/drivers/ntb/hw/idt/ntb_hw_idt.c +++ b/drivers/ntb/hw/idt/ntb_hw_idt.c @@ -1401,7 +1401,7 @@ static int idt_ntb_peer_mw_clear_trans(struct ntb_dev *ntb, int pidx, * 5. Doorbell operations * * Doorbell functionality of IDT PCIe-switches is pretty unusual. First of - * all there is global doorbell register which state can by changed by any + * all there is global doorbell register which state can be changed by any * NT-function of the IDT device in accordance with global permissions. These * permissions configs are not supported by NTB API, so it must be done by * either BIOS or EEPROM settings. In the same way the state of the global |