diff options
Diffstat (limited to 'drivers/mtd/nand/raw/nand_ecc.c')
-rw-r--r-- | drivers/mtd/nand/raw/nand_ecc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/nand_ecc.c b/drivers/mtd/nand/raw/nand_ecc.c index 223fbd8052b3..09fdced659f5 100644 --- a/drivers/mtd/nand/raw/nand_ecc.c +++ b/drivers/mtd/nand/raw/nand_ecc.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Thomas Gleixner (tglx@linutronix.de) | 11 | * Thomas Gleixner (tglx@linutronix.de) |
12 | * | 12 | * |
13 | * Information on how this algorithm works and how it was developed | 13 | * Information on how this algorithm works and how it was developed |
14 | * can be found in Documentation/mtd/nand_ecc.txt | 14 | * can be found in Documentation/driver-api/mtd/nand_ecc.rst |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <linux/types.h> | 17 | #include <linux/types.h> |