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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4BFFCC04AAF for ; Fri, 17 May 2019 01:04:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1B03D206BF for ; Fri, 17 May 2019 01:04:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726880AbfEQBEz (ORCPT ); Thu, 16 May 2019 21:04:55 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:39115 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726575AbfEQBEz (ORCPT ); Thu, 16 May 2019 21:04:55 -0400 Date: 17 May 2019 10:04:52 +0900 X-IronPort-AV: E=Sophos;i="5.60,477,1549897200"; d="scan'208";a="15974589" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 17 May 2019 10:04:52 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id A387B403BCF2; Fri, 17 May 2019 10:04:52 +0900 (JST) Message-ID: <87o9413nw0.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Amir Goldstein Cc: Jan Kara , Matthew Bobrowski , linux-fsdevel@vger.kernel.org, Mark Brown Subject: Re: [PATCH v2 01/14] ASoC: rename functions that pollute the simple_xxx namespace In-Reply-To: <20190516102641.6574-2-amir73il@gmail.com> References: <20190516102641.6574-1-amir73il@gmail.com> <20190516102641.6574-2-amir73il@gmail.com> User-Agent: Wanderlust/2.15.9 Emacs/24.5 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi > include/linux/fs.h defines a bunch of simple fs helpers, (e.g. > simple_rename) and we intend to add an fs helper named simple_remove. > > Rename the ASoC driver static functions, so they will not collide with > the upcoming fs helper function name. > > Cc: Kuninori Morimoto > Cc: Mark Brown > Signed-off-by: Amir Goldstein > --- Acked-by: Kuninori Morimoto Thank you for your help !! Best regards --- Kuninori Morimoto