drivers: staging: lustre: Fix space required after that ',' errors
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / llite / dir.c
index 701c373670aba4a653e1fe8531af0225c39ad4c8..71276b14665e70527f72049bbc7701217de6cf78 100644 (file)
@@ -1721,7 +1721,7 @@ out_quotactl_18:
 
                rc = quotactl_ioctl(sbi, qctl);
 
-               if (rc == 0 && copy_to_user((void *)arg,qctl,sizeof(*qctl)))
+               if (rc == 0 && copy_to_user((void *)arg, qctl, sizeof(*qctl)))
                        rc = -EFAULT;
 
 out_quotactl: