commit | d0057ca4c1fe73c05a9e077cc7691217370b3283 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Tue Apr 08 16:04:13 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 08 16:48:52 2014 -0700 |
tree | cf9fb38209bd853a1c5093347bd93d2ed6b031e0 | |
parent | e39435ce68bb4685288f78b1a7e24311f7ef939f [diff] |
arch/x86/mm/kmemcheck/kmemcheck.c: use kstrtoint() instead of sscanf() Kmemcheck should use the preferred interface for parsing command line arguments, kstrto*(), rather than sscanf() itself. Use it appropriately. Signed-off-by: David Rientjes <rientjes@google.com> Cc: Vegard Nossum <vegardno@ifi.uio.no> Acked-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>