summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/realtek-smi-core.h
diff options
context:
space:
mode:
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>2022-01-28 03:04:57 -0300
committerDavid S. Miller <davem@davemloft.net>2022-01-28 15:02:49 +0000
commit0f0c6da03ba37739901ca5db4361c1ef1ae9463f (patch)
tree1ce0f11c567a8739d4711420c9a7ccec3d683e59 /drivers/net/dsa/realtek-smi-core.h
parenta989eb66684da7b51c3b00cb6eb910df1217002c (diff)
downloadlinux-0f0c6da03ba37739901ca5db4361c1ef1ae9463f.tar.gz
linux-0f0c6da03ba37739901ca5db4361c1ef1ae9463f.tar.bz2
linux-0f0c6da03ba37739901ca5db4361c1ef1ae9463f.zip
net: dsa: realtek-smi: fix kdoc warnings
Removed kdoc mark for incomplete struct description. Added a return description for rtl8366rb_drop_untagged. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/realtek-smi-core.h')
-rw-r--r--drivers/net/dsa/realtek-smi-core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/dsa/realtek-smi-core.h b/drivers/net/dsa/realtek-smi-core.h
index 5bfa53e2480a..faed387d8db3 100644
--- a/drivers/net/dsa/realtek-smi-core.h
+++ b/drivers/net/dsa/realtek-smi-core.h
@@ -25,7 +25,7 @@ struct rtl8366_mib_counter {
const char *name;
};
-/**
+/*
* struct rtl8366_vlan_mc - Virtual LAN member configuration
*/
struct rtl8366_vlan_mc {
@@ -74,7 +74,7 @@ struct realtek_smi {
void *chip_data; /* Per-chip extra variant data */
};
-/**
+/*
* struct realtek_smi_ops - vtable for the per-SMI-chiptype operations
* @detect: detects the chiptype
*/