OSDN Git Service

enc28j60: Correct description of debug module parameter
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 27 Feb 2019 10:45:35 +0000 (13:45 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Feb 2019 17:35:24 +0000 (09:35 -0800)
commit287beb284f14796160be00db15f87ab3531715a2
treeddd7c3de43e5fee2b047508fba0149d57e7051b7
parentf4d7b3e23d259c44f1f1c39645450680fcd935d6
enc28j60: Correct description of debug module parameter

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 0xffff does not give an expected behaviour.

Fix the description of debug module parameter to show what exactly is expected.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/microchip/enc28j60.c