Re: [PATCH net-next v7 05/17] ethtool: helper functions for netlink interface

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


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

[...]


>+/**
>+ * ethnl_parse_header() - parse request header
>+ * @req_info: structure to put results into
>+ * @header: nest attribute with request header
>+ * @net: request netns
>+ * @extack: netlink extack for error reporting
>+ * @policy: netlink attribute policy to validate header; use
>+ * @dflt_header_policy (all attributes allowed) if null
>+ * @require_dev: fail if no device identiified in header

s/identiified/identified/