On Thu, Jun 03, 2010 at 01:45:21PM +0800, Wan ZongShun wrote: > Your all the patches have two kinds of 'WARNING:',as following: > (1)'WARNING: line over 80 characters' and > Please make a line less than 80 characters. You need to apply a certain degree of taste when looking at checkpatch warnings, particularly things like line length. Sometimes fixing the warning for the sake of fixing the warning makes the code uglier than it would be with whatever the style issue that's been identified is.