Re: [PATCH v10 02/11] lib: kstrtox: add kstrtoudec64() and kstrtodec64()
From: Alexey Dobriyan
Date: Sat Apr 25 2026 - 14:55:34 EST
Rodrigo Alencar wrote:
> kstrtoudec64
> kstrtodec64
The only comment I have is to maybe sneak in "fixed point" into names
somehow. Or change to kstrtou64_scaled() because return type is not real
fixed point type.
A.lexey