aboutsummaryrefslogtreecommitdiffstats
path: root/linux_mtd.c
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2022-06-23 14:38:35 +0200
committerThomas Heijligen <src@posteo.de>2022-06-27 08:56:00 +0000
commitb554cdc91e7c30f6fa55316ecae902f1e11b3ab1 (patch)
tree6f54baa9303f1481fc1e7b950e441796fdc51651 /linux_mtd.c
parentd41595e207107f3716535f6fb128a32db6c2fefa (diff)
downloadflashrom-b554cdc91e7c30f6fa55316ecae902f1e11b3ab1.tar.gz
flashrom-b554cdc91e7c30f6fa55316ecae902f1e11b3ab1.tar.bz2
flashrom-b554cdc91e7c30f6fa55316ecae902f1e11b3ab1.zip
tree: indent struct *_master consistently with tabs
Use `<tab>.key<tab>*= <value>,` TEST: `make VERSION=0 MAN_DATE=0` returns the same flashrom binary before and after the patch Change-Id: I1c45ea9804ca09e040d7ac98255042f58b01f8ef Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/65363 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'linux_mtd.c')
-rw-r--r--linux_mtd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux_mtd.c b/linux_mtd.c
index 88488c0b..102cd7d8 100644
--- a/linux_mtd.c
+++ b/linux_mtd.c
@@ -437,9 +437,9 @@ static const struct opaque_master linux_mtd_opaque_master = {
.write = linux_mtd_write,
.erase = linux_mtd_erase,
.shutdown = linux_mtd_shutdown,
- .wp_read_cfg = linux_mtd_wp_read_cfg,
- .wp_write_cfg = linux_mtd_wp_write_cfg,
- .wp_get_ranges = linux_mtd_wp_get_available_ranges,
+ .wp_read_cfg = linux_mtd_wp_read_cfg,
+ .wp_write_cfg = linux_mtd_wp_write_cfg,
+ .wp_get_ranges = linux_mtd_wp_get_available_ranges,
};
/* Returns 0 if setup is successful, non-zero to indicate error */