]> asedeno.scripts.mit.edu Git - linux.git/commit
sched/fair: Add ';' after label attributes
authorNorbert Manthey <nmanthey@amazon.de>
Tue, 27 Feb 2018 07:47:40 +0000 (08:47 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 9 Mar 2018 06:59:13 +0000 (07:59 +0100)
commit13a453c241b78934a945b1af572d0533612c9bd1
treefb52ee03217dccd4863da4d168c9bb84dcd4d20c
parentfc4c5a3828bdba157f8ea406e1f4ceb75c13039c
sched/fair: Add ';' after label attributes

Due to using GCC defines for configuration, some labels might be unused in
certain configurations. While adding a __maybe_unused to the label is
fine in general, the line has to be terminated with ';'. This is also
reflected in the GCC documentation, but GCC parsed the previous variant
without an error message.

This has been spotted while compiling with goto-cc, the compiler for the
CPROVER tool suite.

Signed-off-by: Norbert Manthey <nmanthey@amazon.de>
Signed-off-by: Michael Tautschnig <tautschn@amazon.co.uk>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1519717660-16157-1-git-send-email-nmanthey@amazon.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c