Commit 09fd266f authored by Hui Tang's avatar Hui Tang Committed by Herbert Xu

crypto: hisilicon/hpre - fix a typo and delete redundant blank line

s/shoul/should/
Signed-off-by: default avatarHui Tang <tanghui20@huawei.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 64e80c8f
...@@ -321,7 +321,7 @@ static int hpre_set_cluster(struct hisi_qm *qm) ...@@ -321,7 +321,7 @@ static int hpre_set_cluster(struct hisi_qm *qm)
} }
/* /*
* For Kunpeng 920, we shoul disable FLR triggered by hardware (BME/PM/SRIOV). * For Kunpeng 920, we should disable FLR triggered by hardware (BME/PM/SRIOV).
* Or it may stay in D3 state when we bind and unbind hpre quickly, * Or it may stay in D3 state when we bind and unbind hpre quickly,
* as it does FLR triggered by hardware. * as it does FLR triggered by hardware.
*/ */
...@@ -952,7 +952,6 @@ static void hpre_remove(struct pci_dev *pdev) ...@@ -952,7 +952,6 @@ static void hpre_remove(struct pci_dev *pdev)
hisi_qm_uninit(qm); hisi_qm_uninit(qm);
} }
static const struct pci_error_handlers hpre_err_handler = { static const struct pci_error_handlers hpre_err_handler = {
.error_detected = hisi_qm_dev_err_detected, .error_detected = hisi_qm_dev_err_detected,
.slot_reset = hisi_qm_dev_slot_reset, .slot_reset = hisi_qm_dev_slot_reset,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment