[PATCH v6 2/3] PCI: qcom: fix macro typo for CURSOR
Bjorn Helgaas
helgaas at kernel.org
Thu Sep 4 09:17:07 PDT 2025
On Thu, Sep 04, 2025 at 02:52:24PM +0800, Ziyue Zhang wrote:
> Corrected a typo in the macro name GEN3_EQ_FMDC_MAX_PRE_CURSOR_DELTA and
> GEN3_EQ_FMDC_MAX_POST_CURSOR_DELTA to ensure consistency and avoid
> potential issues.
In subject, s/fix macro/Fix macro/ to follow precedent.
s/Corrected/Correct/ for imperative mood.
I'd stop after GEN3_EQ_FMDC_MAX_POST_CURSOR_DELTA. Pointless to go on
and talk about consistency and issues. It's a simple typo fix.
No need to repost for this.
> -#define GEN3_EQ_FMDC_MAX_PRE_CUSROR_DELTA GENMASK(13, 10)
> -#define GEN3_EQ_FMDC_MAX_POST_CUSROR_DELTA GENMASK(17, 14)
> +#define GEN3_EQ_FMDC_MAX_PRE_CURSOR_DELTA GENMASK(13, 10)
> +#define GEN3_EQ_FMDC_MAX_POST_CURSOR_DELTA GENMASK(17, 14)
More information about the linux-phy
mailing list