mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2/2] Staging: media: Fix line length exceeding 80 characters in as102_fe.c
@ 2014-01-14 12:02 Monam Agarwal
  0 siblings, 0 replies; only message in thread
From: Monam Agarwal @ 2014-01-14 12:02 UTC (permalink / raw)
  To: m.chehab, gregkh, monamagarwal123, linux-media, devel, linux-kernel


This patch fixes the following checkpatch.pl issues in
as102/as102_fe.c
WARNING: line over 80 characters 

Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com>
---
 drivers/staging/media/as102/as102_fe.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/media/as102/as102_fe.c b/drivers/staging/media/as102/as102_fe.c
index dc367d1..bd5cd92 100644
--- a/drivers/staging/media/as102/as102_fe.c
+++ b/drivers/staging/media/as102/as102_fe.c
@@ -263,7 +263,8 @@ static int as102_fe_ts_bus_ctrl(struct dvb_frontend *fe, int acquire)

 	if (acquire) {
 		if (elna_enable)
-			as10x_cmd_set_context(&dev->bus_adap, CONTEXT_LNA, dev->elna_cfg);
+			as10x_cmd_set_context(&dev->bus_adap,
+					      CONTEXT_LNA, dev->elna_cfg);

 		ret = as10x_cmd_turn_on(&dev->bus_adap);
 	} else {
-- 
1.7.9.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-14 12:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-14 12:02 [PATCH 2/2] Staging: media: Fix line length exceeding 80 characters in as102_fe.c Monam Agarwal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome