summaryrefslogtreecommitdiffstats
path: root/fs/ratpfs.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-12-14 13:35:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-01-10 15:43:47 +0100
commit63b2f9b4381e24c7d9d17d5773f9a5ce029ef30a (patch)
tree94ddf9da50638964ca137cf5cd9d894ad18b7e08 /fs/ratpfs.c
parent099c614f1c3c6f814fcf5c440932dbe3eab8ba00 (diff)
downloadbarebox-63b2f9b4381e24c7d9d17d5773f9a5ce029ef30a.tar.gz
barebox-63b2f9b4381e24c7d9d17d5773f9a5ce029ef30a.tar.xz
Rename struct fs_driver_d to fs_driver
Remove the meaningless '_d' suffix. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> Link: https://lore.barebox.org/20221214123512.189688-6-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/ratpfs.c')
-rw-r--r--fs/ratpfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ratpfs.c b/fs/ratpfs.c
index 8432198ebd..9e85fc596e 100644
--- a/fs/ratpfs.c
+++ b/fs/ratpfs.c
@@ -438,7 +438,7 @@ static void ratpfs_remove(struct device __always_unused *dev)
barebox_ratp_fs_mount(NULL);
}
-static struct fs_driver_d ratpfs_driver = {
+static struct fs_driver ratpfs_driver = {
.open = ratpfs_open,
.close = ratpfs_close,
.read = ratpfs_read,