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:
@@ -43,7 +43,7 @@ struct i915_gpu_controller_info gfx_controller_info = {
|
|||||||
|
|
||||||
const struct i915_gpu_controller_info *
|
const struct i915_gpu_controller_info *
|
||||||
intel_gma_get_controller_info(void)
|
intel_gma_get_controller_info(void)
|
||||||
{
|
{
|
||||||
return &gfx_controller_info;
|
return &gfx_controller_info;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -322,10 +322,10 @@ void southbridge_clear_smi_status(void)
|
|||||||
{
|
{
|
||||||
/* Clear SMI status */
|
/* Clear SMI status */
|
||||||
reset_smi_status();
|
reset_smi_status();
|
||||||
|
|
||||||
/* Clear PM1 status */
|
/* Clear PM1 status */
|
||||||
reset_pm1_status();
|
reset_pm1_status();
|
||||||
|
|
||||||
/* Set EOS bit so other SMIs can occur. */
|
/* Set EOS bit so other SMIs can occur. */
|
||||||
smi_set_eos();
|
smi_set_eos();
|
||||||
}
|
}
|
||||||
|
@@ -322,10 +322,10 @@ void southbridge_clear_smi_status(void)
|
|||||||
{
|
{
|
||||||
/* Clear SMI status */
|
/* Clear SMI status */
|
||||||
reset_smi_status();
|
reset_smi_status();
|
||||||
|
|
||||||
/* Clear PM1 status */
|
/* Clear PM1 status */
|
||||||
reset_pm1_status();
|
reset_pm1_status();
|
||||||
|
|
||||||
/* Set EOS bit so other SMIs can occur. */
|
/* Set EOS bit so other SMIs can occur. */
|
||||||
smi_set_eos();
|
smi_set_eos();
|
||||||
}
|
}
|
||||||
|
@@ -323,7 +323,7 @@ void southbridge_clear_smi_status(void)
|
|||||||
{
|
{
|
||||||
/* Clear SMI status */
|
/* Clear SMI status */
|
||||||
reset_smi_status();
|
reset_smi_status();
|
||||||
|
|
||||||
/* Clear PM1 status */
|
/* Clear PM1 status */
|
||||||
reset_pm1_status();
|
reset_pm1_status();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user