mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: abbasjasim <abbasjasim.aj@gmail.com>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	abbasjasim <abbasjasim.AJ@gmail.com>
Subject: [PATCH] staging: android: logger..c fixed a brace coding style issue
Date: Sun, 28 Jul 2013 16:47:51 +0300	[thread overview]
Message-ID: <1375019271-10084-1-git-send-email-abbasjasim.AJ@gmail.com> (raw)

fixed a coding style issue.

Signed-off-by: Abbas J. Mohammed <abbasjasim.AJ@gmail.com>
---
 drivers/staging/android/logger.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/android/logger.c b/drivers/staging/android/logger.c
index ffc2d04..3d5180a 100644
--- a/drivers/staging/android/logger.c
+++ b/drivers/staging/android/logger.c
@@ -81,8 +81,9 @@ static inline struct logger_log *file_get_log(struct file *file)
 	if (file->f_mode & FMODE_READ) {
 		struct logger_reader *reader = file->private_data;
 		return reader->log;
-	} else
+	} else {
 		return file->private_data;
+	}
 }
 
 /*
-- 
1.8.1.2


             reply	other threads:[~2013-07-28 13:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-28 13:47 abbasjasim [this message]
2013-07-29 18:20 ` Greg KH

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=1375019271-10084-1-git-send-email-abbasjasim.AJ@gmail.com \
    --to=abbasjasim.aj@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome