Skip to content

Commit b52e85d

Browse files
ikegami-tigaw
authored andcommitted
nvme-print: Fix nvme_show_smart_log indentation error
Follow the linux kernel coding style indentation. Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
1 parent 335b173 commit b52e85d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nvme-print.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ void nvme_show_supported_log(struct nvme_supported_log_pages *support,
163163
const char *devname, enum nvme_print_flags flags);
164164
void nvme_show_error_log(struct nvme_error_log_page *err_log, int entries,
165165
const char *devname, enum nvme_print_flags flags);
166-
void nvme_show_smart_log(struct nvme_smart_log *smart, unsigned int nsid,
167-
const char *devname, enum nvme_print_flags flags);
166+
void nvme_show_smart_log(struct nvme_smart_log *smart, unsigned int nsid, const char *devname,
167+
enum nvme_print_flags flags);
168168
void nvme_show_ana_log(struct nvme_ana_log *ana_log, const char *devname,
169169
size_t len, enum nvme_print_flags flags);
170170
void nvme_show_self_test_log(struct nvme_self_test_log *self_test, __u8 dst_entries,

0 commit comments

Comments
 (0)