]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme: fix style in show sanitize config feature
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Wed, 25 Aug 2021 17:38:29 +0000 (23:08 +0530)
committerKeith Busch <kbusch@kernel.org>
Thu, 26 Aug 2021 15:05:21 +0000 (09:05 -0600)
Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
nvme-print.c

index 5c54ce8a496bff061832fe6a12d4fb53311b4e20..7e85933f74fb64a4e45641d4af00ab8ea1d4a518 100755 (executable)
@@ -6153,8 +6153,8 @@ void nvme_feature_show_fields(enum nvme_feat fid, unsigned int result,
                printf("\tHost Behavior Support: %s\n", (buf[0] & 0x1) ? "True" : "False");
                break;
        case NVME_FEAT_SANITIZE:
-                printf("\tNo-Deallocate Response Mode (NODRM) : %u\n", result & 0x1);
-                break;
+               printf("\tNo-Deallocate Response Mode (NODRM) : %u\n", result & 0x1);
+               break;
        case NVME_FEAT_RRL:
                printf("\tRead Recovery Level (RRL): %u\n", result & 0xf);
                break;