]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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

index 048c52af2fb6d872f68060e96ea48d71552bac52..6eb1a619890c580786f92a71c342a2eed41be973 100644 (file)
@@ -115,7 +115,7 @@ warn_exit:
 void __dump_mmp_msg(struct super_block *sb, struct mmp_struct *mmp,
                    const char *function, unsigned int line, const char *msg)
 {
-       __ext4_warning(sb, function, line, msg);
+       __ext4_warning(sb, function, line, "%s", msg);
        __ext4_warning(sb, function, line,
                       "MMP failure info: last update time: %llu, last update "
                       "node: %s, last update device: %s\n",