search for: some_u64

Displaying 1 result from an estimated 1 matches for "some_u64".

Did you mean: poke_u64
2009 Jan 06
0
Updates pushed out
...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 majo...