diff options
author | Mark Rutland <mark.rutland@arm.com> | 2017-10-16 16:28:39 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2017-10-19 23:49:06 +0200 |
commit | a7fb4577bbe307dd3dd971c7ea8f35a68fc031ca (patch) | |
tree | 72c5e870364f1a1cedb90ff0416675400dab2e3a /drivers/md | |
parent | 21492e1333a0d07af6968667f128e19088cf5ead (diff) | |
download | op-kernel-dev-a7fb4577bbe307dd3dd971c7ea8f35a68fc031ca.zip op-kernel-dev-a7fb4577bbe307dd3dd971c7ea8f35a68fc031ca.tar.gz |
clocksource/drivers/arm_arch_timer: Fix DEFINE_PER_CPU expansion
Our ctags mangling script can't handle newlines inside of a
DEFINE_PER_CPU(), leading to an annoying message whenever tags are
built:
ctags: Warning: drivers/clocksource/arm_arch_timer.c:302: null expansion of name pattern "\1"
This was dealt with elsewhere in commit:
25528213fe9f75f4 ("tags: Fix DEFINE_PER_CPU expansions")
... by ensuring each DEFINE_PER_CPU() was contained on a single line,
even where this would violate the usual code style (checkpatch warnings
and all).
Let's do the same for the arch timer driver, and get rid of the
distraction.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/md')
0 files changed, 0 insertions, 0 deletions