net: ethtool: Fix comment mentioning typo in IS_ENABLED()
authorKees Cook <keescook@chromium.org>
Fri, 5 Jun 2020 14:21:22 +0000 (07:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Jun 2020 20:17:05 +0000 (13:17 -0700)
commit90c56b3877995d948dc382fe833a1c5eeaaee2ad
tree51b5b7a93db9a848e6d88c207daa8ae33c88f90d
parent49113d5e0c3f3fbf409075e69c2d1e157c387ac5
net: ethtool: Fix comment mentioning typo in IS_ENABLED()

This has no code changes, but it's a typo noticed in other clean-ups,
so we might as well fix it. IS_ENABLED() takes full names, and should
have the "CONFIG_" prefix.

Reported-by: Joe Perches <joe@perches.com>
Link: https://lore.kernel.org/lkml/b08611018fdb6d88757c6008a5c02fa0e07b32fb.camel@perches.com
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ethtool_netlink.h