Skip to content

Commit 23b2f3f

Browse files
ikegami-tigaw
authored andcommitted
types: fix enum nvme_psd definitions indentation errors
Delete spaces before the definitions. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent d45e9a1 commit 23b2f3f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/nvme/types.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,8 +1050,8 @@ enum nvme_flbas {
10501050
* does not process I/O commands in this power state.
10511051
*/
10521052
enum nvme_psd_flags {
1053-
NVME_PSD_FLAGS_MXPS = 1 << 0,
1054-
NVME_PSD_FLAGS_NOPS = 1 << 1,
1053+
NVME_PSD_FLAGS_MXPS = 1 << 0,
1054+
NVME_PSD_FLAGS_NOPS = 1 << 1,
10551055
};
10561056

10571057
/**
@@ -1063,9 +1063,9 @@ enum nvme_psd_flags {
10631063
* @NVME_PSD_PS_10_MILLI_WATT: 0.01 watt scale
10641064
*/
10651065
enum nvme_psd_ps {
1066-
NVME_PSD_PS_NOT_REPORTED = 0,
1067-
NVME_PSD_PS_100_MICRO_WATT = 1,
1068-
NVME_PSD_PS_10_MILLI_WATT = 2,
1066+
NVME_PSD_PS_NOT_REPORTED = 0,
1067+
NVME_PSD_PS_100_MICRO_WATT = 1,
1068+
NVME_PSD_PS_10_MILLI_WATT = 2,
10691069
};
10701070

10711071
/**
@@ -1100,9 +1100,9 @@ static inline unsigned int nvme_psd_power_scale(__u8 ps)
11001100
* times during the workload.
11011101
*/
11021102
enum nvme_psd_workload {
1103-
NVME_PSD_WORKLOAD_NP = 0,
1104-
NVME_PSD_WORKLOAD_1 = 1,
1105-
NVME_PSD_WORKLOAD_2 = 2,
1103+
NVME_PSD_WORKLOAD_NP = 0,
1104+
NVME_PSD_WORKLOAD_1 = 1,
1105+
NVME_PSD_WORKLOAD_2 = 2,
11061106
};
11071107

11081108
/**

0 commit comments

Comments
 (0)