From b732388fcb6821857ec73e76de4a7ea62b31e6b5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 4 Jul 2014 15:03:41 -0600 Subject: [PATCH] TSC2007: Cosmetic updates --- drivers/input/tsc2007.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/tsc2007.c b/drivers/input/tsc2007.c index 6f9851d797..f4155e4568 100644 --- a/drivers/input/tsc2007.c +++ b/drivers/input/tsc2007.c @@ -84,7 +84,7 @@ #undef CONFIG_TSC2007_REFCNT /* I don't think that it is necessary to activate the converters before - * making meaurements. However, I will keep this functionality enabled + * making measurements. However, I will keep this functionality enabled * until I have a change to prove that that activation is unnecessary. */ @@ -128,7 +128,7 @@ /* This describes the state of one contact */ -enum tsc2007_contact_3 +enum tsc2007_contact_e { CONTACT_NONE = 0, /* No contact */ CONTACT_DOWN, /* First contact */