aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2016-05-07 08:27:54 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-05-09 05:30:48 +0200
commite8e219d63daae394c5fbccbe963f536d78a02fb6 (patch)
treeb887417ba9a37bbb8f27a9539fa43e1ac84cf4f3 /src/mainboard/siemens
parent7bb37ef0686b3604855071eb3aee04cfe6796c89 (diff)
siemens/mc_tcu3: Fix spelling of *set up*
The verb *set up* is written with a space [1]. So correct that in the function descriptions. [1] http://www.merriam-webster.com/dictionary/set%20up Change-Id: Icf5aa7eca2c379fdf7ff1935d71efc347f5ce6fa Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: https://review.coreboot.org/14701 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r--src/mainboard/siemens/mc_tcu3/lcd_panel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/siemens/mc_tcu3/lcd_panel.c b/src/mainboard/siemens/mc_tcu3/lcd_panel.c
index c3471691a9..1d1f3f96cc 100644
--- a/src/mainboard/siemens/mc_tcu3/lcd_panel.c
+++ b/src/mainboard/siemens/mc_tcu3/lcd_panel.c
@@ -36,7 +36,7 @@ u8 get_lcd_panel_type(void)
return ((~lcd_type_gpio) & 0x0f);
}
-/** \brief Setup LCD panel
+/** \brief Set up LCD panel
* @param no parameters
* @return 0 on success otherwise error value
*/
@@ -70,7 +70,7 @@ int setup_lcd_panel(void)
break;
}
- /* Now that we have the panel type, setup the DP2LVDS converter */
+ /* Now that we have the panel type, set up the DP2LVDS converter */
status = ptn3460_init(blockname);
if (status)
printk(BIOS_ERR, "LCD: Setup PTN with status 0x%x\n", status);