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

From: Michal Kubecek
Date: Thu Oct 10 2019 - 13:13:13 EST


On Thu, Oct 10, 2019 at 03:42:03PM +0200, Jiri Pirko wrote:
> 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/

Will fix.

Michal