linux/drivers/gpu/drm/qxl
Masahiro Yamada fa60ce2cb4 treewide: remove editor modelines and cruft
The section "19) Editor modelines and other cruft" in
Documentation/process/coding-style.rst clearly says, "Do not include any
of these in source files."

I recently receive a patch to explicitly add a new one.

Let's do treewide cleanups, otherwise some people follow the existing code
and attempt to upstream their favoriate editor setups.

It is even nicer if scripts/checkpatch.pl can check it.

If we like to impose coding style in an editor-independent manner, I think
editorconfig (patch [1]) is a saner solution.

[1] https://lore.kernel.org/lkml/20200703073143.423557-1-danny@kdrag0n.dev/

Link: https://lkml.kernel.org/r/20210324054457.1477489-1-masahiroy@kernel.org
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>	[auxdisplay]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-05-07 00:26:34 -07:00
..
Kconfig drm/qxl: Fix randbuild error 2019-10-17 14:31:50 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
qxl_cmd.c drm/qxl: use ttm bo priorities 2021-02-19 09:13:25 +01:00
qxl_debugfs.c drm/qxl: switch over to the new pin interface 2020-09-24 16:16:50 +02:00
qxl_dev.h drm/qxl: use flexible-array member instead of zero-length array 2020-12-22 13:43:29 +01:00
qxl_display.c drm-misc-next for 5.13: 2021-03-16 17:08:46 +10:00
qxl_draw.c drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_locked 2021-02-19 09:13:25 +01:00
qxl_drv.c treewide: remove editor modelines and cruft 2021-05-07 00:26:34 -07:00
qxl_drv.h drm/qxl: properly free qxl releases 2021-02-05 08:52:45 +01:00
qxl_dumb.c drm/qxl: allocate dumb buffers in ram 2021-02-05 09:02:40 +01:00
qxl_gem.c drm/qxl: use ttm bo priorities 2021-02-19 09:13:25 +01:00
qxl_image.c drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_locked 2021-02-19 09:13:25 +01:00
qxl_ioctl.c drm/qxl: Remove references to struct drm_device.pdev 2021-01-06 15:43:14 +01:00
qxl_irq.c drm/qxl: properly free qxl releases 2021-02-05 08:52:45 +01:00
qxl_kms.c drm/qxl: properly handle device init failures 2021-02-19 09:13:25 +01:00
qxl_object.c drm/qxl: add lock asserts to qxl_bo_vmap_locked + qxl_bo_vunmap_locked 2021-02-19 09:13:25 +01:00
qxl_object.h drm/qxl: add qxl_bo_vmap/qxl_bo_vunmap 2021-02-19 09:13:25 +01:00
qxl_prime.c drm/qxl: fix prime vmap 2021-02-19 09:13:25 +01:00
qxl_release.c drm/ttm: switch to per device LRU lock 2021-03-24 17:05:25 +01:00
qxl_ttm.c drm/qxl: clean up qxl_bo_move_notify 2021-03-16 16:30:03 +01:00