]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Staging: bcm: Fix of a litte white space error in Bcmchar.c
authorSeverin Gsponer <svgsponer@gmail.com>
Mon, 29 Apr 2013 13:49:04 +0000 (15:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 May 2013 14:01:10 +0000 (07:01 -0700)
Fixed a wrong placed whitespace. Found with the checkpatch.pl script.
checkpatch.pl error message:
ERROR: "foo * bar" should be "foo *bar"
+static int bcm_char_open(struct inode *inode, struct file * filp)

Signed-off-by: Severin Gsponer <svgsponer@gmail.com>
Acked-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Bcmchar.c

index 35641e529396759d5e7c860457155b28fde21f94..f67a22536cbf6dc7843b583db8a47295518496c4 100644 (file)
@@ -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;