* Updates pushed out
@ 2009-01-06 14:25 Chris Mason
0 siblings, 0 replies; only message in thread
From: Chris Mason @ 2009-01-06 14:25 UTC (permalink / raw)
To: linux-btrfs
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-06 14:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-06 14:25 Updates pushed out Chris Mason
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox