mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Staging: media/bcm2048: Fix line over 80 characters warning as  detected by checkpatch.pl
@ 2015-08-12 11:12 Shah, Yash (Y.)
  2015-08-12 11:19 ` Pali Rohár
  0 siblings, 1 reply; 3+ messages in thread
From: Shah, Yash (Y.) @ 2015-08-12 11:12 UTC (permalink / raw)
  To: mchehab, gregkh, hans.verkuil, pali.rohar, prabhakar.csengg,
	hamohammed.sa, luis, wsa, elfring, carlos, vthakkar1994
  Cc: linux-media, devel, linux-kernel, Babu, Viswanathan (V.)

From: Yash Shah <yshah1@visteon.com>

Fix line over 80 characters warning as detected by checkpatch.pl

Signed-off-by: Yash Shah <yshah1@visteon.com>
---
 drivers/staging/media/bcm2048/radio-bcm2048.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c b/drivers/staging/media/bcm2048/radio-bcm2048.c
index 8bc68e2..d36350e 100644
--- a/drivers/staging/media/bcm2048/radio-bcm2048.c
+++ b/drivers/staging/media/bcm2048/radio-bcm2048.c
@@ -2243,7 +2243,8 @@ static ssize_t bcm2048_fops_read(struct file *file, char __user *buf,
 
 		tmpbuf[i] = bdev->rds_info.radio_text[bdev->rd_index+i+2];
 		tmpbuf[i+1] = bdev->rds_info.radio_text[bdev->rd_index+i+1];
-		tmpbuf[i+2] = (bdev->rds_info.radio_text[bdev->rd_index + i] & 0xf0) >> 4;
+		tmpbuf[i+2] = (bdev->rds_info.radio_text[bdev->rd_index + i]
+				 & 0xf0) >> 4;
 		if ((bdev->rds_info.radio_text[bdev->rd_index+i] &
 			BCM2048_RDS_CRC_MASK) == BCM2048_RDS_CRC_UNRECOVARABLE)
 			tmpbuf[i+2] |= 0x80;
-- 
1.9.1

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

end of thread, other threads:[~2015-08-12 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-12 11:12 [PATCH] Staging: media/bcm2048: Fix line over 80 characters warning as detected by checkpatch.pl Shah, Yash (Y.)
2015-08-12 11:19 ` Pali Rohár
2015-08-12 13:33   ` Frans Klaver

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