From: Jeff Dike Date: Fri, 6 Jan 2006 08:19:03 +0000 (-0800) Subject: [PATCH] uml: add mconsole_reply variant with length param X-Git-Tag: v2.6.16-rc1~936^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b033e1fdeef3d8bacac3cd5cfa53c9d670d1f3d;p=pandora-kernel.git [PATCH] uml: add mconsole_reply variant with length param This is needed for the console output patch, since we have a possibly non-NULL-terminated string there. So, the new interface takes a string and a length, and the old interface calls strlen on its string and calls the new interface with the length. There's also a bit of whitespace cleanup. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed