bsr: "foo * bar" should be "foo *bar"
Fixed the checkpatch error. Used "foo *bar" instead of "foo * bar" Signed-off-by: Naveen Kumar Parna <parna.naveenkumar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7256d7f401
commit
687685a3f2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user