Remove whitespace at the end of line.

Change-Id: Ie9c3ef9fb4b3b2a0450a56e1d752b6509fa72a86
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/10364
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Vladimir Serbinenko 2015-05-29 09:16:17 +02:00
parent 9e817bfaaf
commit 53be14c9e2
4 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,7 @@ struct i915_gpu_controller_info gfx_controller_info = {
const struct i915_gpu_controller_info *
intel_gma_get_controller_info(void)
{
{
return &gfx_controller_info;
}

View File

@ -322,10 +322,10 @@ void southbridge_clear_smi_status(void)
{
/* Clear SMI status */
reset_smi_status();
/* Clear PM1 status */
reset_pm1_status();
/* Set EOS bit so other SMIs can occur. */
smi_set_eos();
}

View File

@ -322,10 +322,10 @@ void southbridge_clear_smi_status(void)
{
/* Clear SMI status */
reset_smi_status();
/* Clear PM1 status */
reset_pm1_status();
/* Set EOS bit so other SMIs can occur. */
smi_set_eos();
}

View File

@ -323,7 +323,7 @@ void southbridge_clear_smi_status(void)
{
/* Clear SMI status */
reset_smi_status();
/* Clear PM1 status */
reset_pm1_status();