staging/lustre/obdclass: Fix style vs open parenthesis alignment
[linux-2.6-block.git] / drivers / staging / lustre / lustre / obdclass / linux / linux-sysctl.c
index 42fc26f4ae2574157fa471276678411666dd9063..fd333b9e968c235d09726a0c208e6c0bcbdd9511 100644 (file)
@@ -62,8 +62,8 @@ struct static_lustre_uintvalue_attr {
 };
 
 static ssize_t static_uintvalue_show(struct kobject *kobj,
-                                   struct attribute *attr,
-                                   char *buf)
+                                    struct attribute *attr,
+                                    char *buf)
 {
        struct static_lustre_uintvalue_attr *lattr = (void *)attr;
 
@@ -71,8 +71,8 @@ static ssize_t static_uintvalue_show(struct kobject *kobj,
 }
 
 static ssize_t static_uintvalue_store(struct kobject *kobj,
-                                    struct attribute *attr,
-                                    const char *buffer, size_t count)
+                                     struct attribute *attr,
+                                     const char *buffer, size_t count)
 {
        struct static_lustre_uintvalue_attr *lattr  = (void *)attr;
        int rc;