From: Steffen Klassert
Date: Mon, 30 Oct 2017 09:39:27 +0100
> 1) Change some variables that can't be negative
>from int to unsigned int. From Alexey Dobriyan.
>
> 2) Remove a redundant header initialization in esp6.
>From Colin Ian King.
>
> 3) Some BUG to BUG_ON conversions.
>From
1) Change some variables that can't be negative
from int to unsigned int. From Alexey Dobriyan.
2) Remove a redundant header initialization in esp6.
From Colin Ian King.
3) Some BUG to BUG_ON conversions.
From Gustavo A. R. Silva.
Please pull or let me know if there are problems.
Thank