hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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>