• Josh Aas's avatar
    [PATCH] sched: remove outdated/misleading comments · 0615dec5
    Josh Aas authored
    This patch removes two outdated/misleading comments from the CPU scheduler.
    
    1) The first comment removed is simply incorrect.  The function it
       comments on is not used for what the comments says it is anymore.
    
    2) The second comment is a leftover from when the "if" block it comments
       on contained a goto.  It does not any more, and the comment doesn't make
       sense.
    
    There isn't really a reason to add different comments, though someone might
    feel differently in the case of the second one.  I'll leave adding a
    comment to anybody who wants to - more important to just get rid of them
    now.
    Signed-off-by: default avatarJosh Aas <josha@sgi.com>
    Acked-by: default avatarIngo Molnar <mingo@elte.hu>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    0615dec5
sched.c 115 KB