Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / lustre / lustre / obdclass / debug.c
index 8acf67239fa8c9e2fd50a957c509ac813ac2504c..0bd4ad20aba78a5c2f8cd169d8bfe4f9765f25a5 100644 (file)
@@ -48,10 +48,10 @@ int block_debug_setup(void *addr, int len, __u64 off, __u64 id)
        LASSERT(addr);
 
        put_unaligned_le64(off, addr);
-       put_unaligned_le64(id, addr+LPDS);
+       put_unaligned_le64(id, addr + LPDS);
        addr += len - LPDS - LPDS;
        put_unaligned_le64(off, addr);
-       put_unaligned_le64(id, addr+LPDS);
+       put_unaligned_le64(id, addr + LPDS);
 
        return 0;
 }
This page took 0.0261 seconds and 5 git commands to generate.