diff options
author | Antti Palosaari <crope@iki.fi> | 2015-04-20 17:57:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-11 06:10:04 -0400 |
commit | 3250a550c48d075b01226f5561c21bc3a1e63dae (patch) | |
tree | 34d7d8926d96498bf8addd266e99bb3fd8c40d84 | |
parent | 4bef67e311d6f9908eeae054d5b8611138956abc (diff) |
[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>
-rw-r--r-- | drivers/media/dvb-frontends/a8293.c | 6 | ||||
-rw-r--r-- | drivers/media/dvb-frontends/a8293.h | 4 |
2 files changed, 1 insertions, 9 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 @@ | |||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along | ||
17 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
19 | */ | 15 | */ |
20 | 16 | ||
21 | #include "a8293.h" | 17 | #include "a8293.h" |
@@ -26,7 +22,7 @@ struct a8293_dev { | |||
26 | }; | 22 | }; |
27 | 23 | ||
28 | static int a8293_set_voltage(struct dvb_frontend *fe, | 24 | static int a8293_set_voltage(struct dvb_frontend *fe, |
29 | enum fe_sec_voltage fe_sec_voltage) | 25 | enum fe_sec_voltage fe_sec_voltage) |
30 | { | 26 | { |
31 | struct a8293_dev *dev = fe->sec_priv; | 27 | struct a8293_dev *dev = fe->sec_priv; |
32 | struct i2c_client *client = dev->client; | 28 | struct i2c_client *client = dev->client; |
diff --git a/drivers/media/dvb-frontends/a8293.h b/drivers/media/dvb-frontends/a8293.h index aa07b68d19e0..7b90a03fcd0a 100644 --- a/drivers/media/dvb-frontends/a8293.h +++ b/drivers/media/dvb-frontends/a8293.h | |||
@@ -12,10 +12,6 @@ | |||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | ||
16 | * You should have received a copy of the GNU General Public License along | ||
17 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
18 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
19 | */ | 15 | */ |
20 | 16 | ||
21 | #ifndef A8293_H | 17 | #ifndef A8293_H |