[PATCH] lib/string.c cleanup: remove pointless explicit casts
authorJesper Juhl <jesper.juhl@gmail.com>
Sun, 30 Oct 2005 23:02:13 +0000 (15:02 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:19 +0000 (17:37 -0800)
commit22fda394b17505542d8d9780822422383d0d66f1
treec8cd596b48666f33864930b0bcde28d6aaf0740d
parenta9ae9abc43a859e8539998b5a55a8bb5cbccc637
[PATCH] lib/string.c cleanup: remove pointless explicit casts

The first two hunks of the patch really belongs in patch 1, but I missed
them on the first pass and instead of redoing all 3 patches I stuck them in
this one.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
lib/string.c