Re: [PATCH] FAT: Fix printk format strings.

2007-10-11 Thread OGAWA Hirofumi
Bodo Eggert <[EMAIL PROTECTED]> writes: > Vegard Nossum <[EMAIL PROTECTED]> wrote: > >> This makes sure printk format strings contain no more than a single >> line. > >> printk(KERN_WARNING >> -"FAT: Did not find valid FSINFO signature.\n" >> +

Re: [PATCH] FAT: Fix printk format strings.

2007-10-11 Thread Bodo Eggert
Vegard Nossum <[EMAIL PROTECTED]> wrote: > This makes sure printk format strings contain no more than a single > line. > printk(KERN_WARNING > -"FAT: Did not find valid FSINFO signature.\n" > +"FAT: Did not find valid FSINFO signature.\n");

[PATCH] FAT: Fix printk format strings.

2007-10-11 Thread Vegard Nossum
This makes sure printk format strings contain no more than a single line. Signed-off-by: Vegard Nossum <[EMAIL PROTECTED]> --- fs/fat/inode.c |3 ++- fs/fat/misc.c |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fs/fat/inode.c b/fs/fat/inode.c index 4baa5f2..06a1bd