hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h
....@@ -70,7 +70,7 @@
7070
7171 struct opa_vnic_adapter;
7272
73
-/**
73
+/*
7474 * struct __opa_vesw_info - OPA vnic virtual switch info
7575 *
7676 * Same as opa_vesw_info without bitwise attribute.
....@@ -96,7 +96,7 @@
9696 u8 rsvd4[2];
9797 } __packed;
9898
99
-/**
99
+/*
100100 * struct __opa_per_veswport_info - OPA vnic per port info
101101 *
102102 * Same as opa_per_veswport_info without bitwise attribute.
....@@ -136,7 +136,7 @@
136136 u8 rsvd3[8];
137137 } __packed;
138138
139
-/**
139
+/*
140140 * struct __opa_veswport_info - OPA vnic port info
141141 *
142142 * Same as opa_veswport_info without bitwise attribute.
....@@ -146,7 +146,7 @@
146146 struct __opa_per_veswport_info vport;
147147 };
148148
149
-/**
149
+/*
150150 * struct __opa_veswport_trap - OPA vnic trap info
151151 *
152152 * Same as opa_veswport_trap without bitwise attribute.
....@@ -292,7 +292,6 @@
292292 hlist_for_each_entry(obj, &name[bkt], member)
293293
294294 extern char opa_vnic_driver_name[];
295
-extern const char opa_vnic_driver_version[];
296295
297296 struct opa_vnic_adapter *opa_vnic_add_netdev(struct ib_device *ibdev,
298297 u8 port_num, u8 vport_num);