From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Peres Subject: Re: [PATCH 1/3] subdev: add a pfuse subdev Date: Mon, 25 Aug 2014 00:29:10 +0200 Message-ID: <53FA6736.80000@free.fr> References: <1408914911-5022-1-git-send-email-martin.peres@free.fr> <53FA66D3.8000703@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53FA66D3.8000703-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Sender: "Nouveau" To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org On 25/08/2014 00:27, Christian Costa wrote: > Hi Martin, > > I'm not very familiar with the function naming scheme but shouldn't > nouveau_fuse_rd32 use the same prefix as xxxx_fuse_ctor instead of > nouveau? > > Christian Hey Christian, You're right, I should have. It's not really a problem since the function is static. I'll send a v2 if Ben wants me to fix it :) Martin