lkml.org 
[lkml]   [2022]   [Jul]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH net-next 1/2] net: extract port range fields from fl_flow_key
On Thu,  7 Jul 2022 11:35:38 +0300 Maksym Glubokiy wrote:
> +/**
> + * flow_dissector_key_ports_range:
> + * tp: port number from packet
> + * tp_min: min port number in range
> + * tp_max: max port number in range
> + */

This is not valid kdoc, please see
Documentation/doc-guide/kernel-doc.rst

> +struct flow_dissector_key_ports_range {
> + union {
> + struct flow_dissector_key_ports tp;
> + struct {
> + struct flow_dissector_key_ports tp_min;
> + struct flow_dissector_key_ports tp_max;
> + };
> + };
> +};

\
 
 \ /
  Last update: 2022-07-08 02:57    [W:1.094 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site