Re: [PATCH net-next v7 10/17] ethtool: provide string sets with STRSET_GET request

From: Jiri Pirko
Date: Thu Oct 10 2019 - 09:59:29 EST


Wed, Oct 09, 2019 at 10:59:30PM CEST, mkubecek@xxxxxxx wrote:

[...]

>+const struct get_request_ops strset_request_ops = {

I think when var is leaving context of single file, it should have
prefix:
ethnl_strset_request_ops

[...]