]> git.baikalelectronics.ru Git - kernel.git/commit
nilfs2: remove whitespaces before quoted newlines
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 13 Mar 2010 19:01:27 +0000 (04:01 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sun, 14 Mar 2010 01:29:51 +0000 (10:29 +0900)
commit7538ca8dfbfd04ce34c5efb5131242d7a1b6e24c
tree2749de610dd52786d7fb3ccdd3e1b5872feb544d
parenteab94a0e42701c92f5baae680ec0d17e9ef6cf32
nilfs2: remove whitespaces before quoted newlines

This kills the following checkpatch warnings:

 WARNING: unnecessary whitespace before a quoted newline
 #869: FILE: super.c:869:
 +                 "remount to a different snapshot. \n",

 WARNING: unnecessary whitespace before a quoted newline
 #389: FILE: the_nilfs.c:389:
 +          printk(KERN_ERR "NILFS: too short segment. \n");

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/super.c
fs/nilfs2/the_nilfs.c