@@ -140,7 +140,7 @@ static int feat_power_mgmt(int argc, char **argv, struct command *acmd, struct p
140140 const __u8 fid = NVME_FEAT_FID_POWER_MGMT ;
141141
142142 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
143- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl = NULL ;
143+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl = NULL ;
144144 int err ;
145145
146146 struct config {
@@ -235,7 +235,7 @@ static int feat_perfc(int argc, char **argv, struct command *acmd, struct plugin
235235 const char * vs_data = "vendor specific data" ;
236236
237237 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
238- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl = NULL ;
238+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl = NULL ;
239239 int err ;
240240 __u8 fid = NVME_FEAT_FID_PERF_CHARACTERISTICS ;
241241 __u32 cdw11 ;
@@ -299,7 +299,7 @@ static int feat_hctm(int argc, char **argv, struct command *acmd, struct plugin
299299 const __u8 fid = NVME_FEAT_FID_HCTM ;
300300
301301 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
302- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl = NULL ;
302+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl = NULL ;
303303 int err ;
304304
305305 struct config {
@@ -362,7 +362,7 @@ static int feat_timestamp(int argc, char **argv, struct command *acmd, struct pl
362362 const char * tstmp = "timestamp" ;
363363
364364 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
365- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl = NULL ;
365+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl = NULL ;
366366 int err ;
367367
368368 struct config {
@@ -446,7 +446,7 @@ static int feat_temp_thresh(int argc, char **argv, struct command *acmd, struct
446446 const char * tmpthh = "temperature threshold hysteresis" ;
447447
448448 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
449- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl = NULL ;
449+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl = NULL ;
450450 int err ;
451451
452452 struct temp_thresh_config cfg = { 0 };
@@ -534,7 +534,7 @@ static int feat_arbitration(int argc, char **argv, struct command *acmd, struct
534534 const char * hpw = "high priority weight" ;
535535
536536 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
537- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl = NULL ;
537+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl = NULL ;
538538 int err ;
539539
540540 struct arbitration_config cfg = { 0 };
@@ -586,7 +586,7 @@ static int feat_volatile_wc(int argc, char **argv, struct command *acmd, struct
586586 const char * wce = "volatile write cache enable" ;
587587
588588 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
589- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl = NULL ;
589+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl = NULL ;
590590 int err ;
591591
592592 struct config {
@@ -646,7 +646,7 @@ static int feat_power_limit(int argc, char **argv, struct command *acmd,
646646
647647 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
648648
649- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl =
649+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl =
650650 NULL ;
651651 int err ;
652652
@@ -718,7 +718,7 @@ static int feat_power_thresh(int argc, char **argv, struct command *acmd,
718718
719719 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
720720
721- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl =
721+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl =
722722 NULL ;
723723 int err ;
724724
@@ -795,7 +795,7 @@ static int feat_power_meas(int argc, char **argv, struct command *cmd,
795795
796796 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
797797
798- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl =
798+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl =
799799 NULL ;
800800 int err ;
801801
@@ -860,7 +860,7 @@ static int err_recovery_set(struct libnvme_transport_handle *hdl, const __u8 fid
860860static int feat_err_recovery (int argc , char * * argv , struct command * acmd ,
861861 struct plugin * plugin )
862862{
863- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl =
863+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl =
864864 NULL ;
865865 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
866866
@@ -945,7 +945,7 @@ static int num_queues_set(struct libnvme_transport_handle *hdl, const __u8 fid,
945945static int feat_num_queues (int argc , char * * argv , struct command * acmd ,
946946 struct plugin * plugin )
947947{
948- _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl =
948+ __cleanup_nvme_transport_handle struct libnvme_transport_handle * hdl =
949949 NULL ;
950950 __cleanup_nvme_global_ctx struct libnvme_global_ctx * ctx = NULL ;
951951
0 commit comments