On 9/21/20 5:09 PM, Mathieu Poirier wrote: > +/** Hi, This block is not in kernel-doc format, so the comment block should not begin with /**. > + * rpmsg{16|32}_to_cpu() > + * cpu_to_rpmsg[16|32}() - rpmsg device specific byte conversion functions to > + * perform byte conversion between rpmsg device and the > + * transport layer it is operating on. > + */ > + > +u16 rpmsg16_to_cpu(struct rpmsg_device *rpdev, u16 val) > +{ thanks. -- ~Randy