Re: [PATCH v3 3/3] can: length: refactor frame lengths definition to add size in bits

From: Vincent MAILHOL
Date: Wed May 31 2023 - 05:45:44 EST


On Wed. 31 May 2023 at 04:53, Simon Horman <simon.horman@xxxxxxxxxxxx> wrote:
> On Wed, May 31, 2023 at 02:29:43AM +0900, Vincent MAILHOL wrote:
> > On Wed. 31 May 2023 at 00:56, Simon Horman <simon.horman@xxxxxxxxxxxx> wrote:
> > > On Tue, May 30, 2023 at 11:46:37PM +0900, Vincent Mailhol wrote:
>
> ...
>
> > > > +/**
> > > > + * can_bitstuffing_len() - Calculate the maximum length with bitsuffing
> > > > + * @bitstream_len: length of a destuffed bit stream
> > >
> > > Hi Vincent,
> > >
> > > it looks like an editing error has crept in here:
> > >
> > > s/bitstream_len/destuffed_len/
> >
> > Doh! Thanks for picking this up.
> >
> > I already prepared a v4 locally. Before sending it, I will wait one
> > day to see if there are other comments.
>
> Thanks, sounds good.

On a side note, I was puzzled because I did not get any documentation
warnings when running a "make W=1". I just realized that only .c files
get checked, not headers. I sent a separate patch to fix the
documentation:

https://lore.kernel.org/linux-doc/20230531093951.358769-1-mailhol.vincent@xxxxxxxxxx/

Yours sincerely,
Vincent Mailhol