summaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2023-02-21 08:07:58 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-02-21 11:34:04 +0100
commitf0d8ec807398806ab803f3b9f20808efd6945e8f (patch)
tree450281db71764c7fcb74e0a224cc8da27266b508 /drivers/mtd
parentbc845377ffdfacb7b9a6ca1f028a7587c9d5802a (diff)
downloadbarebox-f0d8ec807398806ab803f3b9f20808efd6945e8f.tar.gz
treewide: rename leftover device_d
We have some instances of device_d and driver_d still lingering in documentation and commented out code. Let's drop these as well. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Link: https://lore.barebox.org/20230221070758.1130869-1-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/nand_omap_gpmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/nand_omap_gpmc.c b/drivers/mtd/nand/nand_omap_gpmc.c
index e8e6903111..c7252ce72a 100644
--- a/drivers/mtd/nand/nand_omap_gpmc.c
+++ b/drivers/mtd/nand/nand_omap_gpmc.c
@@ -12,7 +12,7 @@
* A typical device registration is as follows:
*
* @code
- * static struct device_d my_nand_device = {
+ * static struct device my_nand_device = {
* .name = "gpmc_nand",
* .id = some identifier you need to show.. e.g. "gpmc_nand0"
* .resource[0].start = GPMC base address