diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-10-31 15:37:18 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-01 13:28:12 +0100 |
commit | 855a34b1b4893c7d9fd39e3f61834354f2149ba7 (patch) | |
tree | 32697844cbbe05b183c0a7f54f877607e48ea4c5 | |
parent | sfc: support rx-fcs and rx-all (diff) | |
download | linux-855a34b1b4893c7d9fd39e3f61834354f2149ba7.tar.xz linux-855a34b1b4893c7d9fd39e3f61834354f2149ba7.zip |
MAINTAINERS: Add lib/net_utils.c to NETWORKING (general)
It looks like the best place in MAINTAINERS data base to cover this
orphaned module.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 66471f7d77d4..9a24f56e0451 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9438,6 +9438,7 @@ F: include/uapi/linux/net.h F: include/uapi/linux/netdevice.h F: include/uapi/linux/net_namespace.h F: tools/testing/selftests/net/ +F: lib/net_utils.c F: lib/random32.c NETWORKING [IPSEC] |