OSDN Git Service

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)
commit14704ccf2a6c687324a556106eb4105b04a1660f
treee6a57bfdd99f0cf0600a6bec585e05b2ddfccd85
parent8a938c927c9e7e8aed04dd87348949e2c9040dff
Staging: bcm: Fix of a litte white space error in Bcmchar.c

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