From: Pradheep Shrinivasan <pradheep.sh@gmail.com>
To: Jarod Wilson <jarod@wilsonet.com>,
Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-media@vger.kernel.org, devel@driverdev.osuosl.org,
Pradheep Shrinivasan <pradheep.sh@gmail.com>
Subject: [PATCH 2/2] staging: media: lirc This fix changes the spaces to tab in lirc_sasem.c
Date: Wed, 5 Aug 2015 02:01:52 -0500 [thread overview]
Message-ID: <1438758112-12501-2-git-send-email-pradheep.sh@gmail.com> (raw)
In-Reply-To: <1438758112-12501-1-git-send-email-pradheep.sh@gmail.com>
This fix changes the space in the code to tab to fix the ERROR
"ERROR: code indent should use tabs where possible"
Signed-off-by: Pradheep Shrinivasan <pradheep.sh@gmail.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);
}
--
1.9.1
next prev parent reply other threads:[~2015-08-05 7:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-05 7:01 [PATCH 1/2] staging: media: lirc Remove the extra braces in if Pradheep Shrinivasan
2015-08-05 7:01 ` Pradheep Shrinivasan [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-05 5:14 [PATCH 1/2] staging: media: lirc Remove the extra braces in if statement of lirc_imon Pradheep Shrinivasan
2015-08-05 5:14 ` [PATCH 2/2] staging: media: lirc This fix changes the spaces to tab in lirc_sasem.c Pradheep Shrinivasan
2015-08-03 7:56 [PATCH 1/2] staging:media:lirc Remove the extra braces in if statement of lirc_imon Pradheep Shrinivasan
2015-08-03 7:56 ` [PATCH 2/2] staging:media:lirc This fix changes the spaces to tab in lirc_sasem.c Pradheep Shrinivasan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1438758112-12501-2-git-send-email-pradheep.sh@gmail.com \
--to=pradheep.sh@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=jarod@wilsonet.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@osg.samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.