diff options
author | Aleksandar Markovic <aleksandar.markovic@imgtec.com> | 2017-06-28 11:55:31 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-06-28 20:42:30 -0400 |
commit | bdb94f6e824d5bd1577c3f80cbe0c6b4beab5a5c (patch) | |
tree | 88d62f4f001b2e5ea0439e512061948e39c09c33 | |
parent | 0b523a85e134d41f57ddd8c5193bd9f0a5e20b0d (diff) |
MIPS: VDSO: Fix a mismatch between comment and preprocessor constant
Sync the comment with its preprocessor constant counterpart.
Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Miodrag Dinic <miodrag.dinic@imgtec.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: Petar Jovanovic <petar.jovanovic@imgtec.com>
Cc: Raghu Gandham <raghu.gandham@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/16641/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/vdso/gettimeofday.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/vdso/gettimeofday.c b/arch/mips/vdso/gettimeofday.c index 23305bf6c7a2..974276e828b2 100644 --- a/arch/mips/vdso/gettimeofday.c +++ b/arch/mips/vdso/gettimeofday.c | |||
@@ -242,7 +242,7 @@ int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz) | |||
242 | return 0; | 242 | return 0; |
243 | } | 243 | } |
244 | 244 | ||
245 | #endif /* CONFIG_CLKSRC_MIPS_GIC */ | 245 | #endif /* CONFIG_MIPS_CLOCK_VSYSCALL */ |
246 | 246 | ||
247 | int __vdso_clock_gettime(clockid_t clkid, struct timespec *ts) | 247 | int __vdso_clock_gettime(clockid_t clkid, struct timespec *ts) |
248 | { | 248 | { |