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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 25 Apr 2011 23:04:51 +0000 (16:04 -0700)
commitad58671cf32c74a8d6e8f51e63e9cf4e7a73bf1e
tree6a117bb8bc2f443b47ae376074b842bcc5688014
parent85723943537bf6a73bdf1140b2088fbe0c17c3c2
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: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/string.h
lib/string.c