From c95cd438efd947fe2ebf8a4791613886363bbd48 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 9 Feb 2014 13:43:43 -0600 Subject: [PATCH] Minor typo fixes --- drivers/input/ads7843e.c | 2 +- drivers/input/ads7843e.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/ads7843e.c b/drivers/input/ads7843e.c index fbb1fdec488..245b8b2d35b 100644 --- a/drivers/input/ads7843e.c +++ b/drivers/input/ads7843e.c @@ -79,7 +79,7 @@ * Pre-processor Definitions ****************************************************************************/ -/* This is a value for the threshold that guantees a big difference on the +/* This is a value for the threshold that guarantees a big difference on the * first pendown (but can't overflow). */ diff --git a/drivers/input/ads7843e.h b/drivers/input/ads7843e.h index 5fe38d34c73..d3c82816faa 100644 --- a/drivers/input/ads7843e.h +++ b/drivers/input/ads7843e.h @@ -108,7 +108,7 @@ /* This describes the state of one contact */ -enum ads7843e_contact_3 +enum ads7843e_contact_e { CONTACT_NONE = 0, /* No contact */ CONTACT_DOWN, /* First contact */