diff options
author | Jeff Dike <jdike@addtoit.com> | 2006-01-06 09:18:49 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 17:33:45 +0100 |
commit | 1b57e9c27882a908f180d4daf72ee12c6f137178 (patch) | |
tree | 422930c86e877418cc96623653b750bd0d1f5a9a /fs/jfs | |
parent | [PATCH] uml: use kstrdup (diff) | |
download | linux-1b57e9c27882a908f180d4daf72ee12c6f137178.tar.xz linux-1b57e9c27882a908f180d4daf72ee12c6f137178.zip |
[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 <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/jfs')
0 files changed, 0 insertions, 0 deletions