]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/hpfs/hpfs_fn.h
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
[karo-tx-linux.git] / fs / hpfs / hpfs_fn.h
index 32ab51e42b967e374726e9d5681c2970f55520e3..1c07aa82d32787ef3e7751c1f04c11ce0e8e8483 100644 (file)
@@ -317,7 +317,8 @@ static inline struct hpfs_sb_info *hpfs_sb(struct super_block *sb)
 
 /* super.c */
 
-void hpfs_error(struct super_block *, char *, ...);
+void hpfs_error(struct super_block *, const char *, ...)
+       __attribute__((format (printf, 2, 3)));
 int hpfs_stop_cycles(struct super_block *, int, int *, int *, char *);
 unsigned hpfs_count_one_bitmap(struct super_block *, secno);