diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 2a8871638453..76b6df862a12 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -1782,7 +1782,7 @@ struct blk_integrity_iter { | |||
1782 | const char *disk_name; | 1782 | const char *disk_name; |
1783 | }; | 1783 | }; |
1784 | 1784 | ||
1785 | typedef int (integrity_processing_fn) (struct blk_integrity_iter *); | 1785 | typedef blk_status_t (integrity_processing_fn) (struct blk_integrity_iter *); |
1786 | 1786 | ||
1787 | struct blk_integrity_profile { | 1787 | struct blk_integrity_profile { |
1788 | integrity_processing_fn *generate_fn; | 1788 | integrity_processing_fn *generate_fn; |