From: Gavin Shan <shangw@linux.vnet.ibm.com>
To: Michael Neuling <mikey@neuling.org>
Cc: Gavin Shan <shangw@linux.vnet.ibm.com>, linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] powerpc: fix whitespace in eeh
Date: Wed, 27 Jun 2012 15:09:22 +0800 [thread overview]
Message-ID: <20120627070922.GA13008@shangw> (raw)
In-Reply-To: <3149.1340770321@neuling.org>
>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 &&
prev parent reply other threads:[~2012-06-27 7:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-27 4:12 [PATCH] powerpc: fix whitespace in eeh Michael Neuling
2012-06-27 7:09 ` Gavin Shan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120627070922.GA13008@shangw \
--to=shangw@linux.vnet.ibm.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=mikey@neuling.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).