mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Staging: android: sync: fixed a brace coding style issue
@ 2013-05-16 18:42 bmheight
  2013-05-16 23:07 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: bmheight @ 2013-05-16 18:42 UTC (permalink / raw)
  To: gregkh; +Cc: john.stultz, konkers, devel, linux-kernel, Brandon Height

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


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

end of thread, other threads:[~2013-05-17  3:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-16 18:42 [PATCH] Staging: android: sync: fixed a brace coding style issue bmheight
2013-05-16 23:07 ` Greg KH
2013-05-17  3:57   ` Brandon Height

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®