You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in_kmsg: fix typo and use correct values for range check
* in 72d9dc8, the intention was
to use strtoull, but strtoul was used, so fix that
* also update the values for range check, since we are moving from
int to unsigned long long
* fix type mismatch with priority value
Signed-off-by: Mohd Husaam Mehdi <[email protected]>
0 commit comments