Submitting patches question

2014-12-08 Thread Dean Michael Ancajas
Hi, I have submitted single line patches. I was wondering what is the policy on the # of changes per patch? For instance the code below: if (Index) { data = ft1000_read_reg(dev, FT1000_REG_MAG_DPDATAL); } else { data = ft1000_read_reg(dev,

Re: Submitting patches question

2014-12-08 Thread Paul Bolle
On Mon, 2014-12-08 at 14:05 -0700, Dean Michael Ancajas wrote: Hi, I have submitted single line patches. I was wondering what is the policy on the # of changes per patch? For instance the code below: if (Index) { data = ft1000_read_reg(dev, FT1000_REG_MAG_DPDATAL);

Re: Submitting patches question

2014-12-08 Thread Valdis . Kletnieks
On Mon, 08 Dec 2014 14:05:45 -0700, Dean Michael Ancajas said: Hi, I have submitted single line patches. I was wondering what is the policy on the # of changes per patch? For instance the code below: if (Index) { data = ft1000_read_reg(dev, FT1000_REG_MAG_DPDATAL);