aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627thf/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83627thf/superio.c')
-rw-r--r--src/superio/winbond/w83627thf/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627thf/superio.c b/src/superio/winbond/w83627thf/superio.c
index 4d4a120606..6b08f8746c 100644
--- a/src/superio/winbond/w83627thf/superio.c
+++ b/src/superio/winbond/w83627thf/superio.c
@@ -105,6 +105,6 @@ static void enable_dev(device_t dev)
}
struct chip_operations superio_winbond_w83627thf_ops = {
- CHIP_NAME("Winbond w83627thf")
+ CHIP_NAME("Winbond W83627THF Super I/O")
.enable_dev = enable_dev,
};