[PATCH 1/1] Staging: bcm: Syntaxfix in Bcmchar.c

Severin Gsponer svgsponer at gmail.com
Mon Apr 29 12:53:52 UTC 2013


Fix a little Syntaxerror. Found with the checkpatch script.

Signed-off-by: Severin Gsponer <svgsponer at gmail.com>
---
 drivers/staging/bcm/Bcmchar.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 491e2bf..04e919e 100644
--- a/drivers/staging/bcm/Bcmchar.c
+++ b/drivers/staging/bcm/Bcmchar.c
@@ -13,7 +13,7 @@
 * Returns	  - Zero(Success)
 ****************************************************************/
 
-static int bcm_char_open(struct inode *inode, struct file * filp)
+static int bcm_char_open(struct inode *inode, struct file *filp)
 {
 	struct bcm_mini_adapter *Adapter = NULL;
 	struct bcm_tarang_data *pTarang = NULL;
-- 
1.7.10.4




More information about the devel mailing list