[PATCH v3 1/2] lib/cmdline: add new function get_option_ull()

2021-01-22 Thread Wesley Zhao
In the future we would pass the unsigned long long parameter like(0x123456781234) in cmdline on the 64bit platform, so add a new option parse function get_option_ull() Signed-off-by: Wesley Zhao --- include/linux/kernel.h | 2 ++ lib/cmdline.c | 94

Re: [PATCH v3 1/2] lib/cmdline: add new function get_option_ull()

2021-01-22 Thread Andy Shevchenko
On Fri, Jan 22, 2021 at 07:55:36AM -0800, Wesley Zhao wrote: > In the future we would pass the unsigned long long parameter > like(0x123456781234) in cmdline on the 64bit platform, so add a new > option parse function get_option_ull() You missed period at the end of phrase. Overall this patch is