From: Simon Horman <hidden> Date: 2021-08-03 09:41:19
Hi,
this short series fixes two kdoc errors that were noticed
during development.
Bijie Xu (2):
net: flow_offload: correct comments mismatch with code
net: sched: provide missing kdoc for tcf_pkt_info and tcf_ematch_ops
include/net/flow_offload.h | 2 +-
include/net/pkt_cls.h | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
--
2.20.1
From: Simon Horman <hidden> Date: 2021-08-03 09:41:34
From: Bijie Xu <redacted>
Correct mismatch between the name of flow_offload_has_one_action()
and its kdoc entry.
Found using ./scripts/kernel-doc -Werror -none include/net/flow_offload.h
Signed-off-by: Bijie Xu <redacted>
Signed-off-by: Simon Horman <redacted>
---
include/net/flow_offload.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Tue, 3 Aug 2021 11:40:17 +0200 you wrote:
Hi,
this short series fixes two kdoc errors that were noticed
during development.
Bijie Xu (2):
net: flow_offload: correct comments mismatch with code
net: sched: provide missing kdoc for tcf_pkt_info and tcf_ematch_ops
[...]