public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: lirc: sasem: fix whitespace style issue
@ 2015-07-18  4:57 Adi Ratiu
  2015-07-20  5:42 ` Sudip Mukherjee
  2015-07-22  5:06 ` [PATCH v2] " Ioan-Adrian Ratiu
  0 siblings, 2 replies; 3+ messages in thread
From: Adi Ratiu @ 2015-07-18  4:57 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media, devel

Signed-off-by: Adi Ratiu <adi@adirat.com>
---
 drivers/staging/media/lirc/lirc_sasem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/lirc/lirc_sasem.c
b/drivers/staging/media/lirc/lirc_sasem.c index 8ebee96..c14ca7e 100644
--- a/drivers/staging/media/lirc/lirc_sasem.c
+++ b/drivers/staging/media/lirc/lirc_sasem.c
@@ -185,7 +185,7 @@ static void deregister_from_lirc(struct sasem_context
*context) __func__, retval);
 	else
 		dev_info(&context->dev->dev,
-		         "Deregistered Sasem driver (minor:%d)\n", minor);
+			 "Deregistered Sasem driver (minor:%d)\n", minor);
 
 }
 
-- 
2.4.6

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

* Re: [PATCH] staging: lirc: sasem: fix whitespace style issue
  2015-07-18  4:57 [PATCH] staging: lirc: sasem: fix whitespace style issue Adi Ratiu
@ 2015-07-20  5:42 ` Sudip Mukherjee
  2015-07-22  5:06 ` [PATCH v2] " Ioan-Adrian Ratiu
  1 sibling, 0 replies; 3+ messages in thread
From: Sudip Mukherjee @ 2015-07-20  5:42 UTC (permalink / raw)
  To: Adi Ratiu; +Cc: Mauro Carvalho Chehab, devel, linux-media

On Sat, Jul 18, 2015 at 07:57:44AM +0300, Adi Ratiu wrote:
> Signed-off-by: Adi Ratiu <adi@adirat.com>
> ---
Your patch seems to be corrupted (line wrapped?). And you have not
mentioned any commit message.

regards
sudip

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

* [PATCH v2] staging: lirc: sasem: fix whitespace style issue
  2015-07-18  4:57 [PATCH] staging: lirc: sasem: fix whitespace style issue Adi Ratiu
  2015-07-20  5:42 ` Sudip Mukherjee
@ 2015-07-22  5:06 ` Ioan-Adrian Ratiu
  1 sibling, 0 replies; 3+ messages in thread
From: Ioan-Adrian Ratiu @ 2015-07-22  5:06 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, devel, gregkh, Adi Ratiu

From: Adi Ratiu <adi@adirat.com>

checkpatch.pl gives an error on line 188 because it uses more than
8 spaces indentation. This patch converts the 8 spaces to a tab.

Signed-off-by: Adi Ratiu <adi@adirat.com>
---
 drivers/staging/media/lirc/lirc_sasem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/lirc/lirc_sasem.c b/drivers/staging/media/lirc/lirc_sasem.c
index 8ebee96..c14ca7e 100644
--- a/drivers/staging/media/lirc/lirc_sasem.c
+++ b/drivers/staging/media/lirc/lirc_sasem.c
@@ -185,7 +185,7 @@ static void deregister_from_lirc(struct sasem_context *context)
 		       __func__, retval);
 	else
 		dev_info(&context->dev->dev,
-		         "Deregistered Sasem driver (minor:%d)\n", minor);
+			 "Deregistered Sasem driver (minor:%d)\n", minor);
 
 }
 
-- 
2.4.6


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

end of thread, other threads:[~2015-07-22  5:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-18  4:57 [PATCH] staging: lirc: sasem: fix whitespace style issue Adi Ratiu
2015-07-20  5:42 ` Sudip Mukherjee
2015-07-22  5:06 ` [PATCH v2] " Ioan-Adrian Ratiu

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