From: bmheight@gmail.com
To: gregkh@linuxfoundation.org
Cc: john.stultz@linaro.org, konkers@android.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Brandon Height <bmheight@gmail.com>
Subject: [PATCH] Staging: android: sync: fixed a brace coding style issue
Date: Thu, 16 May 2013 08:42:22 -1000 [thread overview]
Message-ID: <1368729742-14948-1-git-send-email-bmheight@gmail.com> (raw)
From: Brandon Height <bmheight@gmail.com>
Fixed a coding style issue.
Signed-off-by: Brandon Height <bmheight@gmail.com>
---
drivers/staging/android/sync.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c
index 3893a35..36ed35e 100644
--- a/drivers/staging/android/sync.c
+++ b/drivers/staging/android/sync.c
@@ -125,9 +125,8 @@ static void sync_timeline_remove_pt(struct sync_pt *pt)
spin_unlock_irqrestore(&obj->active_list_lock, flags);
spin_lock_irqsave(&obj->child_list_lock, flags);
- if (!list_empty(&pt->child_list)) {
+ if (!list_empty(&pt->child_list))
list_del_init(&pt->child_list);
- }
spin_unlock_irqrestore(&obj->child_list_lock, flags);
}
--
1.8.1.2
next reply other threads:[~2013-05-16 18:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-16 18:42 bmheight [this message]
2013-05-16 23:07 ` Greg KH
2013-05-17 3:57 ` Brandon Height
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=1368729742-14948-1-git-send-email-bmheight@gmail.com \
--to=bmheight@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=john.stultz@linaro.org \
--cc=konkers@android.com \
--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
all inboxes | Powered by JetHome®