From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 77BC01A03A9 for ; Mon, 12 Oct 2015 22:17:20 +1100 (AEDT) In-Reply-To: <1571506ab2693a3128625c94f4f89dd802bb6dd2.1437117145.git.christophe.jaillet@wanadoo.fr> To: Christophe Jaillet , benh@kernel.crashing.org, paulus@samba.org From: Michael Ellerman Cc: kernel-janitors@vger.kernel.org, Christophe JAILLET , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [2/2] powerpc/nvram: Fix function name in some errors messages. Message-Id: <20151012111720.4EFEE1402B9@ozlabs.org> Date: Mon, 12 Oct 2015 22:17:20 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2015-17-07 at 07:20:00 UTC, Christophe Jaillet wrote: > 'nvram_create_os_partition' should be 'nvram_create_partition'. > Use __func__ to have it right, as done elsewhere in this file. > > Signed-off-by: Christophe JAILLET Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/b6080db4f4e8bf28717b8329 cheers