[PATCH] trivial comment wording/typo fix regarding taint flags

From: Daniel Roesen (dr_at_cluenet.de)
Date: 12/30/04

  • Next message: Stas Sergeev: "Re: bug: cd-rom autoclose no longer works (fix attempt)"
    Date:	Thu, 30 Dec 2004 21:25:11 +0100
    To: Andrew Morton <akpm@osdl.org>
    
    

    Hi Andrew,

    trivial patch to 2.6.10 correcting a comment.

    Best regards,
    Daniel

    Signed-off-by: Daniel Roesen <dr@cluenet.de>

    diff -uprN linux-2.6.10.orig/kernel/panic.c linux-2.6.10/kernel/panic.c
    --- linux-2.6.10.orig/kernel/panic.c 2004-12-24 22:35:29.000000000 +0100
    +++ linux-2.6.10/kernel/panic.c 2004-12-30 19:11:07.000000000 +0100
    @@ -128,7 +128,7 @@ EXPORT_SYMBOL(panic);
      * 'F' - Module has been forcibly loaded.
      * 'S' - SMP with CPUs not designed for SMP.
      * 'R' - User forced a module unload.
    - * 'M' - Machine had a machine check experience.
    + * 'M' - System experienced a machine check exception.
      * 'B' - System has hit bad_page.
      *
      * The string is overwritten by the next call to print_taint().
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Stas Sergeev: "Re: bug: cd-rom autoclose no longer works (fix attempt)"

    Relevant Pages