From: Severin Gsponer Date: Mon, 29 Apr 2013 13:49:04 +0000 (+0200) Subject: Staging: bcm: Fix of a litte white space error in Bcmchar.c X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~823 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14704ccf2a6c687324a556106eb4105b04a1660f;p=pandora-kernel.git 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 Acked-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed