From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.web.de (mout.web.de [212.227.15.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yGYyv4lMszDrGD for ; Tue, 17 Oct 2017 23:14:31 +1100 (AEDT) Subject: [PATCH 3/3] powerpc-opal: Fix a typo in a comment line of two file headers From: SF Markus Elfring To: linuxppc-dev@lists.ozlabs.org, Anju T Sudhakar , Benjamin Herrenschmidt , Bhumika Goyal , Corentin Labbe , Hemant Kumar , Madhavan Srinivasan , Mahesh Salgaonkar , Michael Ellerman , Michael Neuling , Neelesh Gupta , Nicholas Piggin , Paul Mackerras , Rob Herring , Shilpasri G Bhat , Stewart Smith , Tyrel Datwyler , Vasant Hegde Cc: LKML , kernel-janitors@vger.kernel.org References: <5fb4f314-cd23-c439-ab13-96b8188070e0@users.sourceforge.net> Message-ID: <57c47bff-63a2-62c1-2708-c351c2182304@users.sourceforge.net> Date: Tue, 17 Oct 2017 14:14:00 +0200 MIME-Version: 1.0 In-Reply-To: <5fb4f314-cd23-c439-ab13-96b8188070e0@users.sourceforge.net> Content-Type: text/plain; charset=utf-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Markus Elfring Date: Tue, 17 Oct 2017 13:31:42 +0200 Fix a word in these descriptions. Signed-off-by: Markus Elfring --- arch/powerpc/platforms/powernv/opal-hmi.c | 2 +- arch/powerpc/platforms/powernv/opal-memory-errors.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/powernv/opal-hmi.c b/arch/powerpc/platforms/powernv/opal-hmi.c index 92b1e12a7eed..481a004b1b6d 100644 --- a/arch/powerpc/platforms/powernv/opal-hmi.c +++ b/arch/powerpc/platforms/powernv/opal-hmi.c @@ -1,5 +1,5 @@ /* - * OPAL hypervisor Maintenance interrupt handling support in PowreNV. + * OPAL hypervisor Maintenance interrupt handling support in PowerNV. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/arch/powerpc/platforms/powernv/opal-memory-errors.c b/arch/powerpc/platforms/powernv/opal-memory-errors.c index 875e80ab96d9..fd500b379560 100644 --- a/arch/powerpc/platforms/powernv/opal-memory-errors.c +++ b/arch/powerpc/platforms/powernv/opal-memory-errors.c @@ -1,5 +1,5 @@ /* - * OPAL asynchronus Memory error handling support in PowreNV. + * OPAL asynchronus Memory error handling support in PowerNV. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- 2.14.2