sysfs: fix up space coding style issues
[deliverable/linux.git] / fs / sysfs / bin.c
index 745f57f7d089ce734e6a7767208a30865b335bb9..26861e5a9fc414ae4480c9aa3663e8ee1ce02707 100644 (file)
@@ -391,7 +391,7 @@ out_unlock:
        return rc;
 }
 
-static int open(struct inode * inode, struct file * file)
+static int open(struct inode *inode, struct file *file)
 {
        struct sysfs_dirent *attr_sd = file->f_path.dentry->d_fsdata;
        struct bin_attribute *attr = attr_sd->s_bin_attr.bin_attr;
@@ -435,7 +435,7 @@ static int open(struct inode * inode, struct file * file)
        return error;
 }
 
-static int release(struct inode * inode, struct file * file)
+static int release(struct inode *inode, struct file *file)
 {
        struct bin_buffer *bb = file->private_data;
 
This page took 0.036929 seconds and 5 git commands to generate.