Skip to content

Commit

Permalink
MIPS: VDSO: Fix a mismatch between comment and preprocessor constant
Browse files Browse the repository at this point in the history
Sync the comment with its preprocessor constant counterpart.

Signed-off-by: Aleksandar Markovic <[email protected]>
Cc: James Hogan <[email protected]>
Cc: Miodrag Dinic <[email protected]>
Cc: Paul Burton <[email protected]>
Cc: Petar Jovanovic <[email protected]>
Cc: Raghu Gandham <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/16641/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
aleksandar-markovic authored and ralfbaechle committed Jun 29, 2017
1 parent 0b523a8 commit bdb94f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/vdso/gettimeofday.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit bdb94f6

Please sign in to comment.