.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /* |
---|
2 | 3 | * Driver for the ST STV0910 DVB-S/S2 demodulator. |
---|
3 | 4 | * |
---|
.. | .. |
---|
1237 | 1238 | * mutex_lock note: Concurrent I2C gate bus accesses must be |
---|
1238 | 1239 | * prevented (STV0910 = dual demod on a single IC with a single I2C |
---|
1239 | 1240 | * gate/bus, and two tuners attached), similar to most (if not all) |
---|
1240 | | - * other I2C host interfaces/busses. |
---|
| 1241 | + * other I2C host interfaces/buses. |
---|
1241 | 1242 | * |
---|
1242 | 1243 | * enable=1 (open I2C gate) will grab the lock |
---|
1243 | 1244 | * enable=0 (close I2C gate) releases the lock |
---|
.. | .. |
---|
1499 | 1500 | RSTV0910_P2_FBERCPT4 + state->regoff, 0x00); |
---|
1500 | 1501 | /* |
---|
1501 | 1502 | * Reset the packet Error counter2 (and Set it to |
---|
1502 | | - * infinit error count mode) |
---|
| 1503 | + * infinite error count mode) |
---|
1503 | 1504 | */ |
---|
1504 | 1505 | write_reg(state, |
---|
1505 | 1506 | RSTV0910_P2_ERRCTRL2 + state->regoff, 0xc1); |
---|
.. | .. |
---|
1839 | 1840 | |
---|
1840 | 1841 | MODULE_DESCRIPTION("ST STV0910 multistandard frontend driver"); |
---|
1841 | 1842 | MODULE_AUTHOR("Ralph and Marcus Metzler, Manfred Voelkel"); |
---|
1842 | | -MODULE_LICENSE("GPL"); |
---|
| 1843 | +MODULE_LICENSE("GPL v2"); |
---|