[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)
commit850b9247926693454f71e819883f4dc06184e25f
treec8cd596b48666f33864930b0bcde28d6aaf0740d
parentcc75fb71c0100d921637a11ded5e333883be5df3
[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