On Wed, 2025-06-18 at 21:39 +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> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]