]> Pileus Git - ~andy/linux/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)
commitd0f1fed29e6e73d9d17f4c91a5896a4ce3938d45
treed44eae96f46e728cb9d87bca1b2494022bf590a9
parent6845756b29e4c4e7db41e2d75cafa9d091bc1c07
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