From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ovro.ovro.caltech.edu (ovro.ovro.caltech.edu [192.100.16.2]) by ozlabs.org (Postfix) with ESMTP id 561ECB6EDD for ; Thu, 7 Jan 2010 05:40:57 +1100 (EST) Date: Wed, 6 Jan 2010 10:40:55 -0800 From: "Ira W. Snyder" To: Scott Wood Subject: Re: [PATCH 7/8] fsldma: rename fsl_chan to fchan Message-ID: <20100106184055.GD26426@ovro.caltech.edu> References: <1262326246-936-1-git-send-email-iws@ovro.caltech.edu> <1262326246-936-8-git-send-email-iws@ovro.caltech.edu> <20100106180422.GB27146@loki.buserror.net> <20100106181933.GB26426@ovro.caltech.edu> <4B44D5FF.5050505@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <4B44D5FF.5050505@freescale.com> Cc: herbert@gondor.apana.org.au, B04825@freescale.com, linuxppc-dev@ozlabs.org, Vishnu@freescale.com, Dipen.Dudhat@freescale.com, dan.j.williams@intel.com, Maneesh.Gupta@freescale.com, R58472@freescale.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jan 06, 2010 at 12:27:11PM -0600, Scott Wood wrote: > Ira W. Snyder wrote: > > On Wed, Jan 06, 2010 at 12:04:22PM -0600, Scott Wood wrote: > >> On Thu, Dec 31, 2009 at 10:10:45PM -0800, Ira W. Snyder wrote: > >>> The name fsl_chan seems too long, so it has been shortened to fchan. > >> Could be just "chan", no need for namespacing here. > >> > > > > True. A few functions have a parameter "struct dma_chan *chan" from the > > DMAEngine API. I tried to keep the name different to avoid confusing > > readers of the code. > > Ah, I see. > > I suppose "fchan" is OK in that case, or "priv", or call the dma_chan > "dchan", etc. > Using "priv" is fine with me too, I use that style in a lot of the code I write. I'll try "chan", and see how it works out. Ira