[coreboot-gerrit] New patch to review for coreboot: siemens/mc_tcu3: Fix spelling of *set up*

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sat May 7 08:28:30 CEST 2016


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14701

-gerrit

commit da88b7ddb7a464158dfe5f31c0e8cec0cd2e4f24
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sat May 7 08:27:54 2016 +0200

    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 at users.sourceforge.net>
---
 src/mainboard/siemens/mc_tcu3/lcd_panel.c | 4 ++--
 1 file 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 c347169..1d1f3f9 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);



More information about the coreboot-gerrit mailing list