Re: [PATCH 1/2] dmaengine: dmatest: change symbolic permissions to octal values

2018-01-31 Thread Joe Perches
On Thu, 2018-02-01 at 09:16 +0530, Viresh Kumar wrote: > On Thu, Feb 1, 2018 at 9:15 AM, Vinod Koul wrote: > > Right but lets no go changing to octals everywhere, new code sure :) > > I don't see plans to remove representations entirely from kernel yet. > > Sure. I was just pointing out to the di

Re: [PATCH 1/2] dmaengine: dmatest: change symbolic permissions to octal values

2018-01-31 Thread Viresh Kumar
On Thu, Feb 1, 2018 at 9:15 AM, Vinod Koul wrote: > Right but lets no go changing to octals everywhere, new code sure :) > I don't see plans to remove representations entirely from kernel yet. Sure. I was just pointing out to the discussion where the *preferred* thing happened.

Re: [PATCH 1/2] dmaengine: dmatest: change symbolic permissions to octal values

2018-01-31 Thread Vinod Koul
On Wed, Jan 31, 2018 at 03:31:48PM +0530, Viresh Kumar wrote: > On Mon, Jan 29, 2018 at 10:18 AM, Vinod Koul wrote: > > On Mon, Jan 22, 2018 at 06:44:40PM +0800, Yang Shunyong wrote: > >> Current coding style prefers octal permissions values. This patch > >> changes symbolic permissions to octal v

Re: [PATCH 1/2] dmaengine: dmatest: change symbolic permissions to octal values

2018-01-31 Thread Viresh Kumar
On Mon, Jan 29, 2018 at 10:18 AM, Vinod Koul wrote: > On Mon, Jan 22, 2018 at 06:44:40PM +0800, Yang Shunyong wrote: >> Current coding style prefers octal permissions values. This patch >> changes symbolic permissions to octal values. > > Is this preference documented anywhere? This is where it s

Re: Re: [PATCH 1/2] dmaengine: dmatest: change symbolic permissions to octal values

2018-01-30 Thread Vinod Koul
On Mon, Jan 29, 2018 at 06:26:40AM +, Yang, Shunyong wrote: > Hi, Vinod > > On Mon, 2018-01-29 at 10:18 +0530, Vinod Koul wrote: > > On Mon, Jan 22, 2018 at 06:44:40PM +0800, Yang Shunyong wrote: > > > > > > Current coding style prefers octal permissions values. This patch > > > changes symbo

Re: Re: [PATCH 1/2] dmaengine: dmatest: change symbolic permissions to octal values

2018-01-28 Thread Yang, Shunyong
Hi, Vinod On Mon, 2018-01-29 at 10:18 +0530, Vinod Koul wrote: > On Mon, Jan 22, 2018 at 06:44:40PM +0800, Yang Shunyong wrote: > > > > Current coding style prefers octal permissions values. This patch > > changes symbolic permissions to octal values. > Is this preference documented anywhere? >

Re: [PATCH 1/2] dmaengine: dmatest: change symbolic permissions to octal values

2018-01-28 Thread Vinod Koul
On Mon, Jan 22, 2018 at 06:44:40PM +0800, Yang Shunyong wrote: > Current coding style prefers octal permissions values. This patch > changes symbolic permissions to octal values. Is this preference documented anywhere? -- ~Vinod