Skip to content

Commit

Permalink
infiniband: fix ulp/opa_vnic/opa_vnic_internal.h kernel-doc notation
Browse files Browse the repository at this point in the history
Remove kernel-doc notation on 4 structs since they are internal and
none of the struct fields/members are described.
This removes 45 kernel-doc warnings.

Link: https://lore.kernel.org/r/20191010035239.818405496@gmail.com
Signed-off-by: Randy Dunlap <rd.dunlab@gmail.com>
Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
  • Loading branch information
rd.dunlab@gmail.com authored and Jason Gunthorpe committed Oct 22, 2019
1 parent 28f2a6a commit dfa4344
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/infiniband/ulp/opa_vnic/opa_vnic_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

struct opa_vnic_adapter;

/**
/*
* struct __opa_vesw_info - OPA vnic virtual switch info
*
* Same as opa_vesw_info without bitwise attribute.
Expand All @@ -96,7 +96,7 @@ struct __opa_vesw_info {
u8 rsvd4[2];
} __packed;

/**
/*
* struct __opa_per_veswport_info - OPA vnic per port info
*
* Same as opa_per_veswport_info without bitwise attribute.
Expand Down Expand Up @@ -136,7 +136,7 @@ struct __opa_per_veswport_info {
u8 rsvd3[8];
} __packed;

/**
/*
* struct __opa_veswport_info - OPA vnic port info
*
* Same as opa_veswport_info without bitwise attribute.
Expand All @@ -146,7 +146,7 @@ struct __opa_veswport_info {
struct __opa_per_veswport_info vport;
};

/**
/*
* struct __opa_veswport_trap - OPA vnic trap info
*
* Same as opa_veswport_trap without bitwise attribute.
Expand Down

0 comments on commit dfa4344

Please sign in to comment.