OSDN Git Service

hrtimer/trivial: Fix comment text in hrtimer.c
authorDavid Daney <ddaney.cavm@gmail.com>
Wed, 13 Mar 2013 19:20:38 +0000 (12:20 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 25 Mar 2013 09:46:59 +0000 (10:46 +0100)
commit8ffbc7d9ff0064ce000788272a609fa79d06ead1
treeb34bf84f43d59410a7dc5f474a9aa8459c7bfeb6
parent19919226c3f20e6bf5de3df96432ce80ffd63ff2
hrtimer/trivial: Fix comment text in hrtimer.c

The comments mention HRTIMER_ABS and HRTIMER_REL, these symbols don't
exist, the proper names are HRTIMER_MODE_ABS and HRTIMER_MODE_REL.

Signed-off-by: David Daney <david.daney@cavium.com>
Cc: Jiri Kosina <trivial@kernel.org>
Link: http://lkml.kernel.org/r/1363202438-21234-1-git-send-email-ddaney.cavm@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/hrtimer.c