diff options
Diffstat (limited to 'fs/befs/befs.h')
-rw-r--r-- | fs/befs/befs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/befs/befs.h b/fs/befs/befs.h index b26642839156..3a7813ab8c95 100644 --- a/fs/befs/befs.h +++ b/fs/befs/befs.h | |||
@@ -88,8 +88,11 @@ enum befs_err { | |||
88 | 88 | ||
89 | /****************************/ | 89 | /****************************/ |
90 | /* debug.c */ | 90 | /* debug.c */ |
91 | __printf(2, 3) | ||
91 | void befs_error(const struct super_block *sb, const char *fmt, ...); | 92 | void befs_error(const struct super_block *sb, const char *fmt, ...); |
93 | __printf(2, 3) | ||
92 | void befs_warning(const struct super_block *sb, const char *fmt, ...); | 94 | void befs_warning(const struct super_block *sb, const char *fmt, ...); |
95 | __printf(2, 3) | ||
93 | void befs_debug(const struct super_block *sb, const char *fmt, ...); | 96 | void befs_debug(const struct super_block *sb, const char *fmt, ...); |
94 | 97 | ||
95 | void befs_dump_super_block(const struct super_block *sb, befs_super_block *); | 98 | void befs_dump_super_block(const struct super_block *sb, befs_super_block *); |