summaryrefslogtreecommitdiff
path: root/src/northbridge/via
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via')
-rw-r--r--src/northbridge/via/vt8601/northbridge.c2
-rw-r--r--src/northbridge/via/vt8623/northbridge.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/via/vt8601/northbridge.c b/src/northbridge/via/vt8601/northbridge.c
index cf8e82907c..6ca609b155 100644
--- a/src/northbridge/via/vt8601/northbridge.c
+++ b/src/northbridge/via/vt8601/northbridge.c
@@ -190,6 +190,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations northbridge_via_vt8601_ops = {
- CHIP_NAME("VIA vt8601 Northbridge")
+ CHIP_NAME("VIA VT8601 Northbridge")
.enable_dev = enable_dev,
};
diff --git a/src/northbridge/via/vt8623/northbridge.c b/src/northbridge/via/vt8623/northbridge.c
index 7143c358da..3938f2f36c 100644
--- a/src/northbridge/via/vt8623/northbridge.c
+++ b/src/northbridge/via/vt8623/northbridge.c
@@ -364,6 +364,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations northbridge_via_vt8623_ops = {
- CHIP_NAME("VIA vt8623 Northbridge")
+ CHIP_NAME("VIA VT8623 Northbridge")
.enable_dev = enable_dev,
};