.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * isl6421.h - driver for lnb supply and control ic ISL6421 |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2006 Andrew de Quincey |
---|
5 | 6 | * Copyright (C) 2006 Oliver Endriss |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or |
---|
8 | | - * modify it under the terms of the GNU General Public License |
---|
9 | | - * as published by the Free Software Foundation; either version 2 |
---|
10 | | - * of the License, or (at your option) any later version. |
---|
11 | | - * |
---|
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 | | - * |
---|
18 | | - * To obtain the license, point your browser to |
---|
19 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
20 | | - * |
---|
21 | 7 | * |
---|
22 | 8 | * the project's page is at https://linuxtv.org |
---|
23 | 9 | */ |
---|
.. | .. |
---|
98 | 84 | if (ret != 2) |
---|
99 | 85 | return -EIO; |
---|
100 | 86 | |
---|
101 | | - /* Store off status now incase future commands fail */ |
---|
| 87 | + /* Store off status now in case future commands fail */ |
---|
102 | 88 | isl6421->is_off = is_off; |
---|
103 | 89 | |
---|
104 | 90 | /* On overflow, the device will try again after 900 ms (typically) */ |
---|
.. | .. |
---|
227 | 213 | |
---|
228 | 214 | return fe; |
---|
229 | 215 | } |
---|
230 | | -EXPORT_SYMBOL(isl6421_attach); |
---|
| 216 | +EXPORT_SYMBOL_GPL(isl6421_attach); |
---|
231 | 217 | |
---|
232 | 218 | MODULE_DESCRIPTION("Driver for lnb supply and control ic isl6421"); |
---|
233 | 219 | MODULE_AUTHOR("Andrew de Quincey & Oliver Endriss"); |
---|