aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpio/lsgpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpio/lsgpio.c')
-rw-r--r--tools/gpio/lsgpio.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/gpio/lsgpio.c b/tools/gpio/lsgpio.c
index eb3f56efd215..e1430f504c13 100644
--- a/tools/gpio/lsgpio.c
+++ b/tools/gpio/lsgpio.c
@@ -1,12 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * lsgpio - example on how to list the GPIO lines on a system 3 * lsgpio - example on how to list the GPIO lines on a system
3 * 4 *
4 * Copyright (C) 2015 Linus Walleij 5 * Copyright (C) 2015 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 * lsgpio <-n device-name> 8 * lsgpio <-n device-name>
12 */ 9 */