From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27FA1C433EF for ; Wed, 23 Feb 2022 11:33:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239883AbiBWLeX (ORCPT ); Wed, 23 Feb 2022 06:34:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239684AbiBWLeU (ORCPT ); Wed, 23 Feb 2022 06:34:20 -0500 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 06FFB6E34D for ; Wed, 23 Feb 2022 03:33:51 -0800 (PST) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 21NBXZ0T067804; Wed, 23 Feb 2022 05:33:35 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1645616015; bh=2LkD5YBwfGax8FSb4kF5KhkTV5+/YMmcx2pkuCKsJLo=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=wyVb3h59XC2DktIpaTQZQfzUnAiX8NMGzKPKwbyByg9+c860KwnYzUyC/Z8ZdNql6 12JabQBXkegDlSIkQ2ctpEPEP7NmD1qXOpvqOUhpmjsH88kpPnzEn6+3mQvVVcbEHC xVDcrIO21j+344/PvwoZKtkjreTbwzEx4jFGGNzg= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 21NBXZOC105919 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 23 Feb 2022 05:33:35 -0600 Received: from DLEE115.ent.ti.com (157.170.170.26) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Wed, 23 Feb 2022 05:33:34 -0600 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Wed, 23 Feb 2022 05:33:34 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 21NBXYhQ047720; Wed, 23 Feb 2022 05:33:34 -0600 Date: Wed, 23 Feb 2022 17:03:33 +0530 From: Pratyush Yadav To: Michael Walle CC: , , Tudor Ambarus , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Subject: Re: [PATCH v4 02/32] mtd: spi-nor: catalyst: unify function names Message-ID: <20220223113333.5oetsbbdred2epxa@ti.com> References: <20220221120809.1531502-1-michael@walle.cc> <20220221120809.1531502-3-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20220221120809.1531502-3-michael@walle.cc> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/02/22 01:07PM, Michael Walle wrote: > To avoid name clashes unify all the function and static object names and > use one of the following prefixes which should be sufficiently unique: > - _nor_ > - _nor_ > - _ > > There are no functional changes. > > Signed-off-by: Michael Walle Acked-by: Pratyush Yadav -- Regards, Pratyush Yadav Texas Instruments Inc.