From: Andrew Morton Date: Tue, 26 Oct 2010 21:22:25 +0000 (-0700) Subject: include/linux/kernel.h: add __must_check to strict_strto*() X-Git-Tag: v2.6.37-rc1~105^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55621f15bc61826969a29e111ba131a55ef45de;p=pandora-kernel.git include/linux/kernel.h: add __must_check to strict_strto*() The whole point to using the strict functions is to check the return value. If you don't, strict_strto*() will return you uninitialised garbage. Offenders have been observed in the wild. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed