[PATCH 08/10] Staging: tidspbridge: fixed missing space after struct definition

From: Klaas Neirinck
Date: Wed Feb 16 2011 - 21:59:57 EST


Fixed coding style issue.

Signed-off-by: Klaas Neirinck <klaas.neirinck@xxxxxxxxx>

diff --git a/drivers/staging/tidspbridge/include/dspbridge/sync.h b/drivers/staging/tidspbridge/include/dspbridge/sync.h
index e2651e7..4d0835c 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/sync.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/sync.h
@@ -31,7 +31,7 @@
* @multi_comp: use to signal multiple events.
*
*/
-struct sync_object{
+struct sync_object {
struct completion comp;
struct completion *multi_comp;
};
--
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/