Re: [PATCH net-next v7 09/17] ethtool: generic handlers for GET requests
From: Jiri Pirko
Date: Thu Oct 10 2019 - 11:23:13 EST
Wed, Oct 09, 2019 at 10:59:27PM CEST, mkubecek@xxxxxxx wrote:
[...]
>+static const struct get_request_ops *get_requests[__ETHTOOL_MSG_USER_CNT] = {
I think that prefix would be good here as well:
+static const struct ethnl_get_request_ops *
ethnl_get_requests[__ETHTOOL_MSG_USER_CNT] = {
[...]