On Wed, Oct 18, 2023 at 12:46:00PM -0700, Nandha Kumar Singaram wrote: > Replace all occurrnces of (1<<x) by BIT(x) to get rid of checkpatch.pl > "CHECK" output "Prefer using the BIT macro" > > Signed-off-by: Nandha Kumar Singaram <nandhakumar.singaram@xxxxxxxxx> Thanks Nandha, these changes look good to me. But I would like to ask if not updating Q_LEN_V and LEN_V is intentional.