* [PATCH] powerpc: fix whitespace in eeh
@ 2012-06-27 4:12 Michael Neuling
2012-06-27 7:09 ` Gavin Shan
0 siblings, 1 reply; 2+ messages in thread
From: Michael Neuling @ 2012-06-27 4:12 UTC (permalink / raw)
To: benh; +Cc: linuxppc-dev, Gavin Shan
Signed-off-by: Michael Neuling <mikey@neuling.org>
diff --git a/arch/powerpc/platforms/pseries/eeh_pseries.c b/arch/powerpc/platforms/pseries/eeh_pseries.c
index 8752f79..c33360ec 100644
--- a/arch/powerpc/platforms/pseries/eeh_pseries.c
+++ b/arch/powerpc/platforms/pseries/eeh_pseries.c
@@ -81,7 +81,7 @@ static int pseries_eeh_init(void)
ibm_get_config_addr_info2 = rtas_token("ibm,get-config-addr-info2");
ibm_get_config_addr_info = rtas_token("ibm,get-config-addr-info");
ibm_configure_pe = rtas_token("ibm,configure-pe");
- ibm_configure_bridge = rtas_token ("ibm,configure-bridge");
+ ibm_configure_bridge = rtas_token("ibm,configure-bridge");
/* necessary sanity check */
if (ibm_set_eeh_option == RTAS_UNKNOWN_SERVICE) {
@@ -89,7 +89,7 @@ static int pseries_eeh_init(void)
__func__);
return -EINVAL;
} else if (ibm_set_slot_reset == RTAS_UNKNOWN_SERVICE) {
- pr_warning("%s: RTAS service <ibm, set-slot-reset> invalid\n",
+ pr_warning("%s: RTAS service <ibm,set-slot-reset> invalid\n",
__func__);
return -EINVAL;
} else if (ibm_read_slot_reset_state2 == RTAS_UNKNOWN_SERVICE &&
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] powerpc: fix whitespace in eeh
2012-06-27 4:12 [PATCH] powerpc: fix whitespace in eeh Michael Neuling
@ 2012-06-27 7:09 ` Gavin Shan
0 siblings, 0 replies; 2+ messages in thread
From: Gavin Shan @ 2012-06-27 7:09 UTC (permalink / raw)
To: Michael Neuling; +Cc: Gavin Shan, linuxppc-dev
>Signed-off-by: Michael Neuling <mikey@neuling.org>
>
Acked-by: Gavin Shan <shangw@linux.vnet.ibm.com>
>diff --git a/arch/powerpc/platforms/pseries/eeh_pseries.c b/arch/powerpc/platforms/pseries/eeh_pseries.c
>index 8752f79..c33360ec 100644
>--- a/arch/powerpc/platforms/pseries/eeh_pseries.c
>+++ b/arch/powerpc/platforms/pseries/eeh_pseries.c
>@@ -81,7 +81,7 @@ static int pseries_eeh_init(void)
> ibm_get_config_addr_info2 = rtas_token("ibm,get-config-addr-info2");
> ibm_get_config_addr_info = rtas_token("ibm,get-config-addr-info");
> ibm_configure_pe = rtas_token("ibm,configure-pe");
>- ibm_configure_bridge = rtas_token ("ibm,configure-bridge");
>+ ibm_configure_bridge = rtas_token("ibm,configure-bridge");
>
> /* necessary sanity check */
> if (ibm_set_eeh_option == RTAS_UNKNOWN_SERVICE) {
>@@ -89,7 +89,7 @@ static int pseries_eeh_init(void)
> __func__);
> return -EINVAL;
> } else if (ibm_set_slot_reset == RTAS_UNKNOWN_SERVICE) {
>- pr_warning("%s: RTAS service <ibm, set-slot-reset> invalid\n",
>+ pr_warning("%s: RTAS service <ibm,set-slot-reset> invalid\n",
> __func__);
> return -EINVAL;
> } else if (ibm_read_slot_reset_state2 == RTAS_UNKNOWN_SERVICE &&
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-27 7:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 4:12 [PATCH] powerpc: fix whitespace in eeh Michael Neuling
2012-06-27 7:09 ` Gavin Shan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).