On Thu, Oct 10, 2019 at 03:42:03PM +0200, Jiri Pirko wrote: > Wed, Oct 09, 2019 at 10:59:15PM CEST, mkube...@suse.cz 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