Re: [PATCH V1 1/3] mfd: stmpe: Arrange #include <header files> in alphabetical order
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2012-11-26 11:22:04
Also in:
lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2012-11-26 11:22:04
Also in:
lkml
On 26 November 2012 16:46, Samuel Ortiz [off-list ref] wrote:
Hi Viresh, On Fri, Nov 23, 2012 at 12:26:18AM +0530, Viresh Kumar wrote:quoted
This helps managing them better and also reduces chances of adding an header file twice.
The aim is to maintain the list of header files in alphabetical order. It helps in maintaining them.. I was adding some header files for my 3rd patch and was looking for the best place to add them and because the list wasn't sorted, i sorted it out in a separate patch. -- viresh