Displaying 1 result from an estimated 1 matches for "kern_foo".
Did you mean:
err_foo
2009 Jan 06
0
Updates pushed out
...st 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
th...