All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: media: as102: quoted string split across lines in as102_fe.c
@ 2015-02-21 13:22 Yeliz Taneroglu
  2015-02-26 18:54 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Yeliz Taneroglu @ 2015-02-21 13:22 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Yeliz Taneroglu

Fix checkpatch.pl issues with quoted string split
across lines in as102_fe.c

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
---
 drivers/staging/media/as102/as102_fe.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/media/as102/as102_fe.c b/drivers/staging/media/as102/as102_fe.c
index b686b76..11a5108 100644
--- a/drivers/staging/media/as102/as102_fe.c
+++ b/drivers/staging/media/as102/as102_fe.c
@@ -145,8 +145,7 @@ static int as102_fe_read_status(struct dvb_frontend *fe, fe_status_t *status)
 				"as10x_cmd_get_demod_stats failed (probably not tuned)\n");
 		} else {
 			dprintk(debug,
-				"demod status: fc: 0x%08x, bad fc: 0x%08x, "
-				"bytes corrected: 0x%08x , MER: 0x%04x\n",
+				"demod status: fc: 0x%08x, bad fc: 0x%08x, bytes corrected: 0x%08x , MER: 0x%04x\n",
 				dev->demod_stats.frame_count,
 				dev->demod_stats.bad_frame_count,
 				dev->demod_stats.bytes_fixed_by_rs,
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Outreachy kernel] [PATCH] Staging: media: as102: quoted string split across lines in as102_fe.c
  2015-02-21 13:22 [PATCH] Staging: media: as102: quoted string split across lines in as102_fe.c Yeliz Taneroglu
@ 2015-02-26 18:54 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-02-26 18:54 UTC (permalink / raw)
  To: Yeliz Taneroglu; +Cc: outreachy-kernel

On Sat, Feb 21, 2015 at 03:22:22PM +0200, Yeliz Taneroglu wrote:
> Fix checkpatch.pl issues with quoted string split
> across lines in as102_fe.c
> 
> Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
> ---
>  drivers/staging/media/as102/as102_fe.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Not in the tree anymore :(


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-26 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-21 13:22 [PATCH] Staging: media: as102: quoted string split across lines in as102_fe.c Yeliz Taneroglu
2015-02-26 18:54 ` [Outreachy kernel] " Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.