]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: silence a format string false positive
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 15 Aug 2015 15:38:13 +0000 (11:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 15 Aug 2015 15:38:13 +0000 (11:38 -0400)
commitda0b5e40ab10f44019a1ecec09fadfcd5bdb76b6
tree9088cd8199acd158f562864df23cf10550405ee0
parent9810446836ab5a4b34a749bb77f3eb5836f982cc
ext4: silence a format string false positive

Static checkers complain that the format string should be "%s".  It does
not make a difference for the current code.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mmp.c