+static inline int set_bit_user_non_atomic(int nr, void __user *addr)
+{
+       u8 __user *p;
+       u8 val;
+
+       p = (u8 __user *)((unsigned long)addr + nr / BITS_PER_BYTE);


Does C do the + or the / first? Either way, I'd like to see brackets here :)

OK, I'll change like that! I like brackets style too :)



Alex


_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to