On Mon, Sep 19, 2022 at 03:23:10PM +0200, Joash Naidoo wrote: > Coding style fix. Fix too many leading tabs and line length. > > Signed-off-by: Joash Naidoo <joash.n09@xxxxxxxxx> > --- > Changes in v3: > - Fix flipped condition mistake > - move skb NULL check before dereferencing it > Changes in v2: > - Flip additional nested if conditions and don't reverse the last if statement > - Move declarations to start of function > - Separate converting __constant_htons to htons to another patch Always test-build your changes before sending them out so you do not get grumpy emails from maintainers asking why you didn't test-build your changes... thanks, greg k-h