On Sun, Sep 29, 2024 at 11:19 PM Peng Fan (OSS) <peng....@oss.nxp.com> wrote:
> +static int pf0900_read(struct udevice *dev, uint reg, u8 *buff, > + int len) > +{ > + u8 crcBuf[3]; crc_buf[3] instead to avoid CamelCase.
On Sun, Sep 29, 2024 at 11:19 PM Peng Fan (OSS) <peng....@oss.nxp.com> wrote:
> +static int pf0900_read(struct udevice *dev, uint reg, u8 *buff, > + int len) > +{ > + u8 crcBuf[3]; crc_buf[3] instead to avoid CamelCase.