On Fri, Sep 22, 2017 at 9:13 AM, Laurent Vivier <laur...@vivier.eu> wrote:
> Le 22/09/2017 à 16:02, Carlo Marcelo Arenas Belón a écrit : > > updated to match arch/parisc/include/uapi/asm/socket.h from linux 4.14 > > I think it's not a good idea to change indentation, by adding spaces you > hide the real changes that are in fact simple: > would you rather have all reformatting be done in an independent patch on the series, or maybe even done completely independently after it is merged as part of the trivial patches flow? > /** sock_type - Socket types - default values > > * > > - * > > Why do you remove this line? > It is just an unnecessary empty line; probably a leftover of the copy/paste that was done originally (removing the arch specific comment) when this file got created. In that same line, probably should have also removed the "default values" comment. in a more important note, it adds extra noise when looking for differences between different archs. just now made me notice I added an extra line between the comment and the enum definition for sparc and alpha which is also inconsistent. any preference? Carlo