Commit 687685a3 authored by Naveen Kumar Parna's avatar Naveen Kumar Parna Committed by Greg Kroah-Hartman

bsr: "foo * bar" should be "foo *bar"

Fixed the checkpatch error. Used "foo *bar" instead of "foo * bar"
Signed-off-by: default avatarNaveen Kumar Parna <parna.naveenkumar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7256d7f4
......@@ -147,7 +147,7 @@ static int bsr_mmap(struct file *filp, struct vm_area_struct *vma)
return 0;
}
static int bsr_open(struct inode * inode, struct file * filp)
static int bsr_open(struct inode *inode, struct file *filp)
{
struct cdev *cdev = inode->i_cdev;
struct bsr_dev *dev = container_of(cdev, struct bsr_dev, bsr_cdev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment