On 24.01.2023 13:23, Ayan Kumar Halder wrote:
> One should be using simple_strtoull() ( instead of simple_strtoul() )
> to assign value to 'u64' variable. The reason being u64 can be
> represented by 'unsigned long long' on all the platforms (ie Arm32,
> Arm64 and x86).
> 
> Suggested-by: Jan Beulich <[email protected]>
> Signed-off-by: Ayan Kumar Halder <[email protected]>
> Reviewed-by: Jan Beulich <[email protected]>

While committing I've taken the liberty to replace "extracting" by
"parsing" in the title.

Jan

Reply via email to