1. 07 Feb, 2017 2 commits
    • Ingo Molnar's avatar
      delayacct: Include <uapi/linux/taskstats.h> · 4025819d
      Ingo Molnar authored
      include/linux/delayacct.h relies on 'struct taskstats' but does
      not include the header that defines it.
      
      This worked so far because files that included <linux/taskstats.h>
      also happened to include other headers that included
      uapi/linux/taskstats.h.
      
      Fix it.
      
      Cc: Mike Galbraith <efault@gmx.de>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
      4025819d
    • Ingo Molnar's avatar
      sched/core: Clean up comments · d1ccc66d
      Ingo Molnar authored
      Refresh the comments in the core scheduler code:
      
       - Capitalize sentences consistently
      
       - Capitalize 'CPU' consistently
      
       - ... and other small details.
      
      Cc: Mike Galbraith <efault@gmx.de>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
      d1ccc66d
  2. 01 Feb, 2017 38 commits