aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/a8293.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2015-04-20 18:57:03 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 07:10:04 -0300
commit3250a550c48d075b01226f5561c21bc3a1e63dae (patch)
tree34d7d8926d96498bf8addd266e99bb3fd8c40d84 /drivers/media/dvb-frontends/a8293.c
parent[media] a8293: improve LNB register programming logic (diff)
downloadlinux-dev-3250a550c48d075b01226f5561c21bc3a1e63dae.tar.xz
linux-dev-3250a550c48d075b01226f5561c21bc3a1e63dae.zip
[media] a8293: coding style issues
Remove FSF address from license. Indent parameter correctly. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/a8293.c')
-rw-r--r--drivers/media/dvb-frontends/a8293.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/media/dvb-frontends/a8293.c b/drivers/media/dvb-frontends/a8293.c
index ef2b47c4c17b..192313391fa8 100644
--- a/drivers/media/dvb-frontends/a8293.c
+++ b/drivers/media/dvb-frontends/a8293.c
@@ -12,10 +12,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "a8293.h"
@@ -26,7 +22,7 @@ struct a8293_dev {
};
static int a8293_set_voltage(struct dvb_frontend *fe,
- enum fe_sec_voltage fe_sec_voltage)
+ enum fe_sec_voltage fe_sec_voltage)
{
struct a8293_dev *dev = fe->sec_priv;
struct i2c_client *client = dev->client;