On Mon, May 11, 2020 at 02:26:10PM +0000, Walter Harms wrote: > Hello guys, > some nitpicking ... > the prefered kernalstyle is: > > if (condition) > set error_code > do something > > from what i can see it is > > set error_code > if (condition) There isn't a prefered style. Both are accepted. Most people have a personal preference, but there isn't an official preference. regards, dan carpenter