lkml.org 
[lkml]   [2004]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH][very trivial, cosmetic change] indent 1 line to make it clear it depends on the if statement above in arch/x86_64/kernel/traps.c

This very trivial cosmetic patch simply indents a single line in
arch/x86_64/kernel/traps.c to make it obvious when skimming the code that
it is dependant on the if statement on the line above.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>

diff -up linux-2.6.10-rc2-bk8-orig/arch/x86_64/kernel/traps.c linux-2.6.10-rc2-bk8/arch/x86_64/kernel/traps.c
--- linux-2.6.10-rc2-bk8-orig/arch/x86_64/kernel/traps.c 2004-11-17 01:19:30.000000000 +0100
+++ linux-2.6.10-rc2-bk8/arch/x86_64/kernel/traps.c 2004-11-24 01:55:57.000000000 +0100
@@ -729,7 +729,7 @@ clear_TF:
/* RED-PEN could cause spurious errors */
if (notify_die(DIE_DEBUG, "debug2", regs, condition, 1, SIGTRAP)
!= NOTIFY_STOP)
- regs->eflags &= ~TF_MASK;
+ regs->eflags &= ~TF_MASK;
return regs;
}

-
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/

\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.029 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site