From: Joe Perches Date: Mon, 30 Jul 2012 21:41:20 +0000 (-0700) Subject: checkpatch: check usleep_range() arguments X-Git-Tag: v3.6-rc1~41^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a273195a551a27a9a3ebed072c8df16c853da7f;p=pandora-kernel.git checkpatch: check usleep_range() arguments usleep_range() shouldn't use the same args for min and max. Report it when it happens and when both args are decimal and min > max. Signed-off-by: Joe Perches Cc: Yuval Mintz Cc: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed