Re: [PATCH net-next v7 05/17] ethtool: helper functions for netlink interface
From: Jiri Pirko <jiri@resnulli.us>
Date: 2019-10-10 13:42:09
Also in:
lkml
From: Jiri Pirko <jiri@resnulli.us>
Date: 2019-10-10 13:42:09
Also in:
lkml
Wed, Oct 09, 2019 at 10:59:15PM CEST, mkubecek@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/