On Wed, 2025-06-25 at 17:59 +0100, Mykyta Yatsenko wrote: > From: Mykyta Yatsenko <yatsenko@xxxxxxxx> > > Refactor var preset parsing in veristat to simplify implementation. > Prepare parsed variable beforehand so that parsing logic is separated > from functionality of calculating offsets and searching fields. > Introduce rvalue struct, storing either int or enum (string value), > will be reused in the next patch, extract parsing rvalue into a > separate function. > > Signed-off-by: Mykyta Yatsenko <yatsenko@xxxxxxxx> > --- This patch is the same as in v4, please don't drop acks. Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]