Hello everyone,
I''m pushing out fixes for most of the issues brought up in code review
for merging into mainline. Soon the unstable trees will be updated to
2.6.28
One of the commits is quite large, fixing almost all of the
checkpatch.pl warnings and errors. Most of them were one of these 3:
while(x) -> while (x)
printk() -> printk(KERN_FOO)
printk(... %Lu, some_u64) -> printk(... %llu, (unsigned long
long)some_u64)
There were other bits and pieces, but please run your patches through
checkpatch.pl before you send them from now on.
-chris
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs"
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html