diff options
author | Norbert Manthey <[email protected]> | 2018-02-27 08:47:40 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-03-09 07:59:13 +0100 |
commit | 13a453c241b78934a945b1af572d0533612c9bd1 (patch) | |
tree | fb52ee03217dccd4863da4d168c9bb84dcd4d20c /drivers/mtd/lpddr/lpddr_cmds.c | |
parent | fc4c5a3828bdba157f8ea406e1f4ceb75c13039c (diff) |
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 <[email protected]>
Signed-off-by: Michael Tautschnig <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'drivers/mtd/lpddr/lpddr_cmds.c')
0 files changed, 0 insertions, 0 deletions