Re: [PATCH 0/3] phy: qcom-qmp-pcie: shorten function prefixes

From: Johan Hovold
Date: Wed Sep 14 2022 - 02:11:14 EST


On Tue, Sep 13, 2022 at 08:23:52PM +0530, Vinod Koul wrote:
> On 06-09-22, 09:45, Johan Hovold wrote:
> > The QMP PHY driver function prefixes have become unnecessarily long
> > (e.g. after the recent driver split) and hurt readability.
> >
> > This series shortens the "qcom_qmp_phy_pcie" prefix to "qmp_pcie" (QMP
> > likely stands for "Qualcomm Multi PHY" or similar anyway) and clean up
> > the code somewhat.

> > Once merged I can do the same conversion of the other four QMP drivers.
>
> Patches welcome!

I went ahead and did the corresponding changes to the rest of the QMP
drivers so the result should already be in you inbox:

https://lore.kernel.org/lkml/20220907110728.19092-1-johan+linaro@xxxxxxxxxx/

Johan