]> 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)
commitba06d0475431da6178b9b035b26ac954b2ec1ec3
treed44eae96f46e728cb9d87bca1b2494022bf590a9
parent4b0adc716f6cf6ae43fe94431b15af7c76280c0a
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