hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/include/media/media-devnode.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Media device node
34 *
....@@ -5,15 +6,6 @@
56 *
67 * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
78 * Sakari Ailus <sakari.ailus@iki.fi>
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License version 2 as
11
- * published by the Free Software Foundation.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
179 *
1810 * --
1911 *
....@@ -47,7 +39,7 @@
4739 * @poll: pointer to the function that implements poll() syscall
4840 * @ioctl: pointer to the function that implements ioctl() syscall
4941 * @compat_ioctl: pointer to the function that will handle 32 bits userspace
50
- * calls to the the ioctl() syscall on a Kernel compiled with 64 bits.
42
+ * calls to the ioctl() syscall on a Kernel compiled with 64 bits.
5143 * @open: pointer to the function that implements open() syscall
5244 * @release: pointer to the function that will release the resources allocated
5345 * by the @open function.