.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Media device node |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
---|
7 | 8 | * 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. |
---|
17 | 9 | * |
---|
18 | 10 | * -- |
---|
19 | 11 | * |
---|
.. | .. |
---|
47 | 39 | * @poll: pointer to the function that implements poll() syscall |
---|
48 | 40 | * @ioctl: pointer to the function that implements ioctl() syscall |
---|
49 | 41 | * @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. |
---|
51 | 43 | * @open: pointer to the function that implements open() syscall |
---|
52 | 44 | * @release: pointer to the function that will release the resources allocated |
---|
53 | 45 | * by the @open function. |
---|