diff mbox

[0244/1529] Fix typo

Message ID 20160521120817.12731-1-andrea.gelmini@gelma.net (mailing list archive)
State Accepted
Headers show

Commit Message

Andrea Gelmini May 21, 2016, 12:08 p.m. UTC
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 arch/powerpc/platforms/pseries/eeh_pseries.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Russell Currey May 23, 2016, 1:28 a.m. UTC | #1
On Sat, 2016-05-21 at 14:08 +0200, Andrea Gelmini wrote:
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
> ---

Acked-by: Russell Currey <ruscur@russell.cc>

>  arch/powerpc/platforms/pseries/eeh_pseries.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/platforms/pseries/eeh_pseries.c
> b/arch/powerpc/platforms/pseries/eeh_pseries.c
> index ac3ffd9..ef3147c 100644
> --- a/arch/powerpc/platforms/pseries/eeh_pseries.c
> +++ b/arch/powerpc/platforms/pseries/eeh_pseries.c
> @@ -2,7 +2,7 @@
>   * The file intends to implement the platform dependent EEH operations on
> pseries.
>   * Actually, the pseries platform is built based on RTAS heavily. That means
> the
>   * pseries platform dependent EEH operations will be built on RTAS calls. The
> functions
> - * are devired from arch/powerpc/platforms/pseries/eeh.c and necessary
> cleanup has
> + * are derived from arch/powerpc/platforms/pseries/eeh.c and necessary
> cleanup has
>   * been done.
>   *
>   * Copyright Benjamin Herrenschmidt & Gavin Shan, IBM Corporation 2011.
diff mbox

Patch

diff --git a/arch/powerpc/platforms/pseries/eeh_pseries.c b/arch/powerpc/platforms/pseries/eeh_pseries.c
index ac3ffd9..ef3147c 100644
--- a/arch/powerpc/platforms/pseries/eeh_pseries.c
+++ b/arch/powerpc/platforms/pseries/eeh_pseries.c
@@ -2,7 +2,7 @@ 
  * The file intends to implement the platform dependent EEH operations on pseries.
  * Actually, the pseries platform is built based on RTAS heavily. That means the
  * pseries platform dependent EEH operations will be built on RTAS calls. The functions
- * are devired from arch/powerpc/platforms/pseries/eeh.c and necessary cleanup has
+ * are derived from arch/powerpc/platforms/pseries/eeh.c and necessary cleanup has
  * been done.
  *
  * Copyright Benjamin Herrenschmidt & Gavin Shan, IBM Corporation 2011.