We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57e9d2 commit 8ad28afCopy full SHA for 8ad28af
src/nvme/mi.h
@@ -2380,9 +2380,8 @@ static inline int nvme_mi_admin_get_log_phy_rx_eom(nvme_mi_ctrl_t ctrl,
2380
* Return: The nvme command status if a response was received (see
2381
* &enum nvme_status_field) or -1 with errno set otherwise
2382
*/
2383
-static inline int nvme_mi_admin_get_log_reachability_groups(nvme_mi_ctrl_t ctrl, __u32 len,
2384
- bool rgo, bool rae,
2385
- struct nvme_reachability_groups_log *log)
+static inline int nvme_mi_admin_get_log_reachability_groups(nvme_mi_ctrl_t ctrl, bool rgo, bool rae,
+ __u32 len, struct nvme_reachability_groups_log *log)
2386
{
2387
struct nvme_get_log_args args = {
2388
.lpo = 0,
0 commit comments