From: Antonio Ospite Date: Mon, 16 Dec 2013 09:42:12 +0000 (+0100) Subject: drivers/gpu/drm/qxl/Kconfig: reformat the help text X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=949b6183412cad3270a9f4bcddd7756e6ec64404;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git drivers/gpu/drm/qxl/Kconfig: reformat the help text Reformat the help text to follow the style of the other Kconfig files, and also fix indentation for the "select" lines. Signed-off-by: Antonio Ospite Signed-off-by: Jiri Kosina --- diff --git a/drivers/gpu/drm/qxl/Kconfig b/drivers/gpu/drm/qxl/Kconfig index 037d324bf58f..b5be757062b2 100644 --- a/drivers/gpu/drm/qxl/Kconfig +++ b/drivers/gpu/drm/qxl/Kconfig @@ -5,8 +5,10 @@ config DRM_QXL select FB_SYS_COPYAREA select FB_SYS_IMAGEBLIT select FB_DEFERRED_IO - select DRM_KMS_HELPER + select DRM_KMS_HELPER select DRM_KMS_FB_HELPER - select DRM_TTM + select DRM_TTM help - QXL virtual GPU for Spice virtualization desktop integration. Do not enable this driver unless your distro ships a corresponding X.org QXL driver that can handle kernel modesetting. + QXL virtual GPU for Spice virtualization desktop integration. + Do not enable this driver unless your distro ships a corresponding + X.org QXL driver that can handle kernel modesetting.