]> git.baikalelectronics.ru Git - kernel.git/commit
Add a strtobool function matching semantics of existing in kernel equivalents
authorJonathan Cameron <jic23@cam.ac.uk>
Tue, 19 Apr 2011 11:43:45 +0000 (12:43 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 19 May 2011 07:25:28 +0000 (16:55 +0930)
commit31e859558d03051d5fa01c8684bc4c33e9dc9e15
treed44eae96f46e728cb9d87bca1b2494022bf590a9
parente8965c2cefd85539037e56e518b7225fba5deb68
Add a strtobool function matching semantics of existing in kernel equivalents

This is a rename of the usr_strtobool proposal, which was a renamed,
relocated and fixed version of previous kstrtobool RFC

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/string.h
lib/string.c