ChangeSet 1.2260, 2005/03/31 08:36:29-08:00, [EMAIL PROTECTED]

        [PATCH] uml: correct error message
        
        With "Anthony Brock" <[EMAIL PROTECTED]>
        
        Replace the message with a more meaningful one. Noted by Anthony Brock.
        
        Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 um_arch.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c
--- a/arch/um/kernel/um_arch.c  2005-03-31 10:17:34 -08:00
+++ b/arch/um/kernel/um_arch.c  2005-03-31 10:17:34 -08:00
@@ -47,7 +47,7 @@
 void add_arg(char *arg)
 {
        if (strlen(command_line) + strlen(arg) + 1 > COMMAND_LINE_SIZE) {
-               printf("add_arg: Too much command line!\n");
+               printf("add_arg: Too many command line arguments!\n");
                exit(1);
        }
        if(strlen(command_line) > 0)
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to