Skip to content

Commit 26a6cb9

Browse files
ikegami-tigaw
authored andcommitted
types: fix nvme_reachability_association_desc member variable name
Since the ngid variable name should be as rgid correctly. Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
1 parent c8ebe6e commit 26a6cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nvme/types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5065,15 +5065,15 @@ struct nvme_reachability_groups_log {
50655065
* @chngc: Change Count
50665066
* @rac: Reachability Association Characteristics
50675067
* @rsvd17: Reserved
5068-
* @ngid: Reachability Group Identifier List
5068+
* @rgid: Reachability Group Identifier List
50695069
*/
50705070
struct nvme_reachability_association_desc {
50715071
__le32 rasid;
50725072
__le32 nrid;
50735073
__le64 chngc;
50745074
__u8 rac;
50755075
__u8 rsvd17[15];
5076-
__le32 ngid[];
5076+
__le32 rgid[];
50775077
};
50785078

50795079
/**

0 commit comments

Comments
 (0)