From: Daniel Borkmann Date: Thu, 16 May 2013 13:47:49 +0000 (+0200) Subject: ktime: Add __must_check prefix to ktime_to_timespec_cond X-Git-Tag: v3.11-rc1~77^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b210855069ae34450eeaafc0f1b5bfa4f71c87;p=pandora-kernel.git ktime: Add __must_check prefix to ktime_to_timespec_cond The function is currently mainly used in the networking code and if others start using it, they must check the result, otherwise it cannot be determined if the timespec conversion suceeded. Currently no user lacks this check, but make future users aware of a possible misusage. Signed-off-by: Daniel Borkmann Signed-off-by: John Stultz --- Reading git-diff-tree failed