]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/mtdcore.c
Coding Style cleanup: remove trailing empty lines
[karo-tx-uboot.git] / drivers / mtd / mtdcore.c
index deda5f2449d1fb8feaf6132c7f52abb2b4aaaab7..0a38fbef1414e9c03669bd0391c650bc43ee1dda 100644 (file)
@@ -388,4 +388,3 @@ int mtd_block_markbad(struct mtd_info *mtd, loff_t ofs)
                return -EROFS;
        return mtd->_block_markbad(mtd, ofs);
 }
-