Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp2167014ybk; Mon, 11 May 2020 13:41:53 -0700 (PDT) X-Google-Smtp-Source: APiQypLrzUJSzSBBZb8ICBLuWqkazixaTHmRP/f927N1eD/VTs/SBriqzbQpjHsfx/IsrQji2dOa X-Received: by 2002:a50:f74c:: with SMTP id j12mr15874508edn.197.1589229713321; Mon, 11 May 2020 13:41:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589229713; cv=none; d=google.com; s=arc-20160816; b=tyvwS00tCaYXlUfxcGOG3dtf04V3AN9zgEIMSIoewDClkLzgeXRciTrfSm9KkJ9mTA YWMbERISILpSVVWKWydzCI3X6PZZD63U90nRVROMIxHDvwgQllOROVD7cexCNclyPYav JaBxYJZtU9eMU8NLtwESsvDB1iugmGVmhKiwhcSSbL3/CmvDUTlVAiOlS6VLSCxnpNJv jK4hvg66mPfMoZdCgA82ONe86vj6jZVACggAIej0jOET57phKmRFK/u4U0AvpDZVL1Uk NS+iKs+WThAj6GzJoNYNE+oWiiYP/+s0oRBZ/dde1VWBebzlmTQxiqUnyrrBLVFl5sME DQgg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=pqjcrLWzAhhy9i4ZZQFvYk8BEhX5l+Y74/fiZ0H0uJ0=; b=gnQo0PYQSGPmcecdjU23o03c1FBavMzR4aC/WBCFQz1HyWKLNT7fQjhGTlyVeOYbWz 2NOnBYrjHWGb4aHjzu9+VhGAo+5TVAXy09V+G6VYZQtV7umNyOyCtknCWNlGhhm72ccn qU+vGhR6ggqmiM/xS/LU3CcKckOw5lfHHhTFd408U+XBnvItOJ1z7tcy/25P96e+wbvP ELcB8SVirx2k2VU4zddst7BI5b1BAJAX4Bg+4YRKeE+IWKaLVo2sQl1SYkPza3cgi2h6 cu7ltXZw86r/V1s7FFHJ9ibTMGRQnPMqV3i9gbSBT8IOUjZHw9KNJMBX5X20vxvQAY8R aVxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dn17si8725449ejc.311.2020.05.11.13.41.30; Mon, 11 May 2020 13:41:53 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731804AbgEKUjG convert rfc822-to-8bit (ORCPT + 99 others); Mon, 11 May 2020 16:39:06 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:42189 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729801AbgEKUjG (ORCPT ); Mon, 11 May 2020 16:39:06 -0400 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id B7F22240006; Mon, 11 May 2020 20:39:01 +0000 (UTC) Date: Mon, 11 May 2020 22:39:00 +0200 From: Miquel Raynal To: Christophe Kerello Cc: , , , , , , , , , , Subject: Re: [PATCH v4 04/10] mtd: rawnand: stm32_fmc2: cleanup Message-ID: <20200511223900.030fe5f4@xps13> In-Reply-To: <1588756279-17289-5-git-send-email-christophe.kerello@st.com> References: <1588756279-17289-1-git-send-email-christophe.kerello@st.com> <1588756279-17289-5-git-send-email-christophe.kerello@st.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christophe Kerello wrote on Wed, 6 May 2020 11:11:13 +0200: > This patch renames functions and local variables. > This cleanup is done to get all functions starting by stm32_fmc2_nfc > in the FMC2 raw NAND driver when all functions will start by > stm32_fmc2_ebi in the FMC2 EBI driver. > > Signed-off-by: Christophe Kerello > Reviewed-by: Miquel Raynal Applied to nand/next as well but for an unknown reason I had to do it by hand because the patch would not apply. Thanks, Miquèl