Re: [PATCH v2 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver

From: Krzysztof Wilczyński
Date: Fri Mar 19 2021 - 00:43:39 EST


Hi,

[...]
> > + /* Wait for wait_idle */
> > + ret = readl_poll_timeout(phy_cr_para_ack, val, val, 10, 5000);
> > + if (ret)
> > + dev_err(dev, "Wait for wait_ilde state failed!\n");
>
> It would be "wait_idle" rather than "wait_idle".
[...]

Apologies, meant to say "wait_ilde" in the "rather than" part, but went
ahead and somehow used the correct spelling. :)

Krzysztof