Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Antti Palosaari and committed by
Mauro Carvalho Chehab
3250a550 4bef67e3

+1 -9
+1 -5
drivers/media/dvb-frontends/a8293.c
··· 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 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 17 #include "a8293.h" ··· 22 26 }; 23 27 24 28 static int a8293_set_voltage(struct dvb_frontend *fe, 25 - enum fe_sec_voltage fe_sec_voltage) 29 + enum fe_sec_voltage fe_sec_voltage) 26 30 { 27 31 struct a8293_dev *dev = fe->sec_priv; 28 32 struct i2c_client *client = dev->client;
-4
drivers/media/dvb-frontends/a8293.h
··· 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 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 17 #ifndef A8293_H