[PATCH 1/2] staging: bcm: Bcmchar.c - checkpatch fixes

Ceri James jamesceri at googlemail.com
Sat Oct 27 15:24:40 UTC 2012


This fixes the following checkpatch issue:

  ERROR: "foo * bar" should be "foo *bar"
  #16: FILE: staging/bcm/Bcmchar.c:16:
  +static int bcm_char_open(struct inode *inode, struct file * filp)

Signed-off-by: Ceri James <jamesceri at googlemail.com>
---
 drivers/staging/bcm/Bcmchar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/bcm/Bcmchar.c b/drivers/staging/bcm/Bcmchar.c
index 3d02c2e..1e2a713 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.5.4




More information about the devel mailing list