diff options
Diffstat (limited to 'tools/gpio/gpio-event-mon.c')
-rw-r--r-- | tools/gpio/gpio-event-mon.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/gpio/gpio-event-mon.c b/tools/gpio/gpio-event-mon.c index c864544efe05..30ed0e06f52a 100644 --- a/tools/gpio/gpio-event-mon.c +++ b/tools/gpio/gpio-event-mon.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * gpio-event-mon - monitor GPIO line events from userspace | 3 | * gpio-event-mon - monitor GPIO line events from userspace |
3 | * | 4 | * |
4 | * Copyright (C) 2016 Linus Walleij | 5 | * Copyright (C) 2016 Linus Walleij |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published by | ||
8 | * the Free Software Foundation. | ||
9 | * | ||
10 | * Usage: | 7 | * Usage: |
11 | * gpio-event-mon -n <device-name> -o <offset> | 8 | * gpio-event-mon -n <device-name> -o <offset> |
12 | */ | 9 | */ |