]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/amdgpu: display/Kconfig: replace leading spaces with tab
authorSui Jingfeng <suijingfeng@loongson.cn>
Tue, 6 Jun 2023 13:33:28 +0000 (21:33 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 16:41:45 +0000 (12:41 -0400)
This patch replace the leading spaces with tab, make them keep aligned with
the rest of the config options. No functional change.

Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/Kconfig

index b015c7d19531d9dce6846d9c56a60ceceffecb2d..4e99b8836827db2e44dc2d386ca5079058a0d4dd 100644 (file)
@@ -42,16 +42,13 @@ config DEBUG_KERNEL_DC
          Choose this option if you want to hit kdgb_break in assert.
 
 config DRM_AMD_SECURE_DISPLAY
-        bool "Enable secure display support"
-        depends on DEBUG_FS
-        depends on DRM_AMD_DC_FP
-        help
-            Choose this option if you want to
-            support secure display
-
-            This option enables the calculation
-            of crc of specific region via debugfs.
-            Cooperate with specific DMCU FW.
+       bool "Enable secure display support"
+       depends on DEBUG_FS
+       depends on DRM_AMD_DC_FP
+       help
+         Choose this option if you want to support secure display
 
+         This option enables the calculation of crc of specific region via
+         debugfs. Cooperate with specific DMCU FW.
 
 endmenu