From: Rafael J. Wysocki Date: Thu, 3 Dec 2009 20:04:08 +0000 (+0100) Subject: PM / Runtime: Make documentation of runtime_idle() agree with the code X-Git-Tag: v2.6.33-rc1~386^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1b1903eee71c5fa6063bbf713cfc947e76c4e04;p=pandora-kernel.git PM / Runtime: Make documentation of runtime_idle() agree with the code Currently the ->runtime_idle() callback is documented as having no return value, but in fact it returns int. Although its return value is ignored at the PM core level, it may be used by bus type routines executing the drivers' ->runtime_idle() callbacks. Signed-off-by: Rafael J. Wysocki Reported-by: Alan Stern --- Reading git-diff-tree failed