From: Randy Dunlap <[email protected]>
Sent: Friday, August 21, 2020 7:46 PM
> 
[] 
> > +// 0x3FFF
> > +#define HeaderOfNonCompressedChunk ((LZNT_CHUNK_SIZE + 2 - 3) | 0x3000)
> 
> Do we need something in coding-style.rst that says:
>       Avoid CamelCase in Linux kernel source code.
> ?

Hi! Thanks. Will get rid of it in v3.

> 
> > +
> > +/*
> > + * compess_chunk
> 
> Just curious: what is this compess name?
> 
> > + *
> > + * returns one of the tree values:
> 
> s/tree/three/
> 
[]

Will be fixed in v3.

Reply via email to