Re: [PATCH v1] enc28j60: Correct description of debug module parameter

2019-02-27 Thread David Miller
From: Andy Shevchenko Date: Wed, 27 Feb 2019 13:45:35 +0300 > The netif_msg_init() API takes on input the amount of bits to be set. The > description of debug parameter in the enc28j60 module is misleading in this > sense and passing 0x does not give an expected behaviour. > > Fix the descri

[PATCH v1] enc28j60: Correct description of debug module parameter

2019-02-27 Thread Andy Shevchenko
The netif_msg_init() API takes on input the amount of bits to be set. The description of debug parameter in the enc28j60 module is misleading in this sense and passing 0x does not give an expected behaviour. Fix the description of debug module parameter to show what exactly is expected. Signe