commit | d30213e533fa73929b6af48a5b0e5761879d7db2 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <krzk@kernel.org> | Mon Oct 07 19:33:46 2019 +0200 |
committer | Jani Nikula <jani.nikula@intel.com> | Tue Oct 08 09:18:19 2019 +0300 |
tree | 5be4405e25501100808ace407d385d1b074d32d3 | |
parent | a1b58ee3cb34c433167b7b7d3465ab3ca0e3daf1 [diff] |
drm/i915: Fix Kconfig indentation Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191007173346.9379-1-krzk@kernel.org