From: Jeff Dike Date: Fri, 6 Jan 2006 08:18:49 +0000 (-0800) Subject: [PATCH] uml: non-void functions should return something X-Git-Tag: v2.6.16-rc1~936^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b57e9c27882a908f180d4daf72ee12c6f137178;p=pandora-kernel.git [PATCH] uml: non-void functions should return something There are a few functions which are declared to return something, but don't. These are actually infinite loops which are forced to be declared as non-void. This makes them all return 0. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed