On 02/05/2024 09:55, Christoph Fritz wrote: > A LIN bus supports up to 64 identifiers in one byte. This commit adds a > special frame ID, beyond the actual LIN identifiers, for signaling RX > offload configuration requests. This ID will be utilized in future LIN > enhancements to the CAN broadcast manager. > > Signed-off-by: Christoph Fritz <christoph.fritz@xxxxxxxxx> > --- > include/net/lin.h | 1 + You just added this file in other patch. What is the point of splitting line-per-line additions? There is no user of this in this patch. Squash it with the patch adding the file. Best regards, Krzysztof