From 30750ef9903470e01ac864bafe366d5c724c545b Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 26 Feb 2016 11:45:39 +0100 Subject: mtd: rename mtd_all_ff -> mtd_buf_all_ff To make clear this function checks a given buffer and not data on a mtd device. Signed-off-by: Sascha Hauer --- include/linux/mtd/mtd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h index 98dd82c405..4374882288 100644 --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h @@ -312,7 +312,7 @@ int mtd_block_isbad(struct mtd_info *mtd, loff_t ofs); int mtd_block_markbad(struct mtd_info *mtd, loff_t ofs); int mtd_block_markgood(struct mtd_info *mtd, loff_t ofs); -int mtd_all_ff(const void *buf, unsigned int len); +int mtd_buf_all_ff(const void *buf, unsigned int len); /* * Debugging macro and defines -- cgit v1.2.3