diff options
author | Parav Pandit <parav@mellanox.com> | 2018-10-07 12:12:41 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-10-16 14:09:45 -0400 |
commit | 1ae4cfa03902c83d1d77123e5ac8f0812c61b90e (patch) | |
tree | f177e0a1c8fec48414ad529dafb3c6ee6c5307ee /include/rdma | |
parent | 0f6ef65d1c6ec8deb5d0f11f86631ec4cfe8f22e (diff) | |
download | linux-1ae4cfa03902c83d1d77123e5ac8f0812c61b90e.tar.bz2 |
RDMA/core: Rename ports_parent to ports_kobj
Normally kobj objects have kobj suffix to reflect it.
Rename ports_parent to ports_kobj.
Signed-off-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_verbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 7ce617d77f8f..7d732cf87886 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -2542,7 +2542,7 @@ struct ib_device { /* First group for device attributes, NULL terminated array */ const struct attribute_group *groups[2]; - struct kobject *ports_parent; + struct kobject *ports_kobj; struct list_head port_list; enum { |