Hello! On 6/4/2017 10:07 AM, Rami Rosen wrote:
commit d91824 ("genetlink: register family ops as array") removed the
At least 12 digits required.
ops_list member from both genl_family and genl_ops; while the documentation of genl_family was updated accordingly by this patch, ops_list remained in the documentation of the genl_ops object. This patch fixes it by removing ops_list from genl_ops documentation. Signed-off-by: Rami Rosen <rami.ro...@intel.com>
[...] MNR, Sergei