hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/tools/iio/iio_generic_buffer.c
....@@ -1,10 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* Industrialio buffer test code.
23 *
34 * Copyright (c) 2008 Jonathan Cameron
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms of the GNU General Public License version 2 as published by
7
- * the Free Software Foundation.
85 *
96 * This program is primarily intended as an example application.
107 * Reads the current buffer setup from sysfs and starts a short capture
....@@ -15,7 +12,6 @@
1512 * generic_buffer -n <device_name> -t <trigger_name>
1613 * If trigger name is not specified the program assumes you want a dataready
1714 * trigger associated with the device and goes looking for it.
18
- *
1915 */
2016
2117 #include <unistd.h>