All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: media: bcm2048: Fixed line over 80 characters long
@ 2015-10-02 11:25 Anjali Menon
  2015-10-02 13:35 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Anjali Menon @ 2015-10-02 11:25 UTC (permalink / raw)
  To: gregkh; +Cc: mchehab, linux-kernel, elfring, Anjali Menon

This is a patch that fixes line over 80 characters coding style
warning detected by checkpatch.pl.

WARNING: line over 80 characters

Signed-off-by: Anjali Menon <cse.anjalimenon@gmail.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 5144b40..5362a29 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 related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: media: bcm2048: Fixed line over 80 characters long
  2015-10-02 11:25 [PATCH] staging: media: bcm2048: Fixed line over 80 characters long Anjali Menon
@ 2015-10-02 13:35 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-10-02 13:35 UTC (permalink / raw)
  To: Anjali Menon; +Cc: mchehab, linux-kernel, elfring

On Fri, Oct 02, 2015 at 04:55:59PM +0530, Anjali Menon wrote:
> This is a patch that fixes line over 80 characters coding style
> warning detected by checkpatch.pl.
> 
> WARNING: line over 80 characters
> 
> Signed-off-by: Anjali Menon <cse.anjalimenon@gmail.com>
> ---
>  drivers/staging/media/bcm2048/radio-bcm2048.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Please use scripts/get_maintainers.pl to see that I can't take this
patch, sorry.

greg k-h

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

end of thread, other threads:[~2015-10-02 13:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 11:25 [PATCH] staging: media: bcm2048: Fixed line over 80 characters long Anjali Menon
2015-10-02 13:35 ` 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.