[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1297911534-31534-8-git-send-email-klaas.neirinck@gmail.com>
Date: Thu, 17 Feb 2011 03:58:52 +0100
From: Klaas Neirinck <klaas.neirinck@...il.com>
To: gregkh@...e.de
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Klaas Neirinck <klaas.neirinck@...il.com>
Subject: [PATCH 08/10] Staging: tidspbridge: fixed missing space after struct definition
Fixed coding style issue.
Signed-off-by: Klaas Neirinck <klaas.neirinck@...il.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists