drivers: Fix spelling
Change-Id: Ib0d98e3ab5b2943c36f88765587e8963a4f49604 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/3754 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
8940d3e2a7
commit
5688979fbd
@@ -629,7 +629,7 @@ static int elog_flash_area_bootstrap(void)
|
||||
|
||||
/*
|
||||
* Shrink the log, deleting old entries and moving the
|
||||
* remining ones to the front of the log.
|
||||
* remaining ones to the front of the log.
|
||||
*/
|
||||
static int elog_shrink(void)
|
||||
{
|
||||
|
@@ -96,7 +96,7 @@ u32 gsmi_exec(u8 command, u32 *param)
|
||||
break;
|
||||
|
||||
case GSMI_CMD_CLEAR_EVENT_LOG:
|
||||
/* Get paramter buffer even though we don't use it */
|
||||
/* Get parameter buffer even though we don't use it */
|
||||
cel = (struct gsmi_clear_eventlog_param *)(*param);
|
||||
if (!cel)
|
||||
break;
|
||||
|
Reference in New Issue
Block a user