From 87eacacb35ee45128a6aac61fb657e6f2e374f09 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 5 Jun 2014 07:52:49 +0200 Subject: superio/nuvoton: Use official spelling of Nuvoton in `CHIP_NAME` The official spelling of Nuvoton is not all uppercase. Only the first letter is uppercase. See the footer of the Nuvoton Web site. Change-Id: I6ccd4194d7be0c89f8b332fcca5feb2420a4de1e Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/5928 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/superio/nuvoton/nct5104d/superio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/superio/nuvoton/nct5104d') diff --git a/src/superio/nuvoton/nct5104d/superio.c b/src/superio/nuvoton/nct5104d/superio.c index aabb219e54..980acc737f 100644 --- a/src/superio/nuvoton/nct5104d/superio.c +++ b/src/superio/nuvoton/nct5104d/superio.c @@ -166,6 +166,6 @@ static void enable_dev(struct device *dev) } struct chip_operations superio_nuvoton_nct5104d_ops = { - CHIP_NAME("NUVOTON NCT5104D Super I/O") + CHIP_NAME("Nuvoton NCT5104D Super I/O") .enable_dev = enable_dev, }; -- cgit v1.2.3