Skip to content
Snippets Groups Projects
Commit be893730 authored by Nikita Danilov's avatar Nikita Danilov
Browse files

merge with HEAD

parent 9abb3cb3
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ libcfs_num_str2addr(char *str, int nob, __u32 *addr)
n = nob;
if (sscanf(str, "%u%n", addr, &n) >= 1 && n == nob)
return 1;
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment