]> git.neil.brown.name Git - history.git/commit
[PATCH] md: convert %Lu to %llu in printk
authorNeil Brown <neilb@cse.unsw.edu.au>
Wed, 20 Oct 2004 01:40:33 +0000 (18:40 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 20 Oct 2004 01:40:33 +0000 (18:40 -0700)
commit47387472176f51d2f84548a353204029daf6cf91
tree9a84a305e51f91fc21acbe9ec4e3b7270c5cc7fb
parent3fe5f54e696e7af4e38fbb7ba6079dcc22875bce
[PATCH] md: convert %Lu to %llu in printk

While %Lu works with gcc, %llu is the correct usage.

Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/md.c
drivers/md/raid5.c
drivers/md/raid6main.c