git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a938c9
)
Staging: bcm: Fix of a litte white space error in Bcmchar.c
author
Severin Gsponer
<svgsponer@gmail.com>
Mon, 29 Apr 2013 13:49:04 +0000
(15:49 +0200)
committer
Greg 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>
No differences found