aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYidi Lin <yidi.lin@mediatek.com>2016-03-28 15:16:45 +0800
committerPatrick Georgi <pgeorgi@google.com>2016-04-05 13:35:50 +0200
commit47a9af483c4a0258a97981bfa1bbe4177a8043a8 (patch)
tree5886220afcfe68b4b3a0d08f8e75bbc4bdb48dcb
parentc71359413dfbf7940603f23f1f52a790d50e75dc (diff)
mediatek/mt8173: fix incorrect indent
BUG=none BRANCH=none TEST=emerge-oak coreboot Change-Id: Ia5f2bc9b021b9051f2e5035c5d295b6b9eea1301 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 7304016041d42a5317448fc2f9c58c6e6715fc25 Original-Change-Id: I7bcd1cf8dabbe190fcbc62cbf6b3a34430a97b21 Original-Signed-off-by: Yidi Lin <yidi.lin@mediatek.com> Original-Reviewed-on: https://chromium-review.googlesource.com/336592 Original-Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/14236 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r--src/soc/mediatek/mt8173/soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8173/soc.c b/src/soc/mediatek/mt8173/soc.c
index 7507ae45c5..5b560f54bd 100644
--- a/src/soc/mediatek/mt8173/soc.c
+++ b/src/soc/mediatek/mt8173/soc.c
@@ -40,5 +40,5 @@ static void enable_soc_dev(device_t dev)
struct chip_operations soc_mediatek_mt8173_ops = {
CHIP_NAME("SOC Mediatek MT8173\n")
- .enable_dev = enable_soc_dev,
+ .enable_dev = enable_soc_dev,
};