diff mbox

tools/gpio: fix gpio-event-mon header comment

Message ID afb7b91b271fd4409966ab65cbdf9223995dbc4f.1469598109.git.baruch@tkos.co.il
State New
Headers show

Commit Message

Baruch Siach July 27, 2016, 5:41 a.m. UTC
Fixes: 97f69747d8b1 ('tools/gpio: add the gpio-event-mon tool')
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 tools/gpio/gpio-event-mon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij Aug. 4, 2016, 8:43 a.m. UTC | #1
On Wed, Jul 27, 2016 at 7:41 AM, Baruch Siach <baruch@tkos.co.il> wrote:

> Fixes: 97f69747d8b1 ('tools/gpio: add the gpio-event-mon tool')
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tools/gpio/gpio-event-mon.c b/tools/gpio/gpio-event-mon.c
index 448ed96b3b4f..1c14c2595158 100644
--- a/tools/gpio/gpio-event-mon.c
+++ b/tools/gpio/gpio-event-mon.c
@@ -1,5 +1,5 @@ 
 /*
- * gpio-hammer - example swiss army knife to shake GPIO lines on a system
+ * gpio-event-mon - monitor GPIO line events from userspace
  *
  * Copyright (C) 2016 Linus Walleij
  *