From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752140AbdF1P41 (ORCPT ); Wed, 28 Jun 2017 11:56:27 -0400 Received: from mx2.rt-rk.com ([89.216.37.149]:50392 "EHLO mail.rt-rk.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752087AbdF1P4N (ORCPT ); Wed, 28 Jun 2017 11:56:13 -0400 From: Aleksandar Markovic To: linux-mips@linux-mips.org Cc: Aleksandar Markovic , Douglas Leung , Goran Ferenc , James Hogan , linux-kernel@vger.kernel.org, Miodrag Dinic , Paul Burton , Petar Jovanovic , Raghu Gandham , Ralf Baechle Subject: [PATCH v2 4/4] MIPS: VDSO: Fix a mismatch between comment and preprocessor constant Date: Wed, 28 Jun 2017 17:55:31 +0200 Message-Id: <1498665337-28845-5-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1498665337-28845-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1498665337-28845-1-git-send-email-aleksandar.markovic@rt-rk.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Aleksandar Markovic Sync the comment with its preprocessor constant counterpart. Signed-off-by: Aleksandar Markovic --- arch/mips/vdso/gettimeofday.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/vdso/gettimeofday.c b/arch/mips/vdso/gettimeofday.c index 23305bf..974276e 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) return 0; } -#endif /* CONFIG_CLKSRC_MIPS_GIC */ +#endif /* CONFIG_MIPS_CLOCK_VSYSCALL */ int __vdso_clock_gettime(clockid_t clkid, struct timespec *ts) { -- 2.7.4