linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] drm: Use tabs for code indents
@ 2021-04-21 19:42 Beatriz Martins de Carvalho
  2021-04-21 19:42 ` [PATCH 1/3] drm: drm_atomic_uapi.c: " Beatriz Martins de Carvalho
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Beatriz Martins de Carvalho @ 2021-04-21 19:42 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, airlied, daniel
  Cc: melissa.srw, dri-devel, linux-kernel, outreachy-kernel

Remove space and use tabs for indent the code to follow the
Linux kernel coding conventions.
Problem found by checkpatch

Beatriz Martins de Carvalho (3):
  drm: drm_atomic_uapi.c: Use tabs for code indents
  drm: drm_blend.c: Use tabs for code indents
  drm: drm_connector.c: Use tabs for code indents

 drivers/gpu/drm/drm_atomic_uapi.c |  6 ++---
 drivers/gpu/drm/drm_blend.c       |  4 ++--
 drivers/gpu/drm/drm_connector.c   | 38 +++++++++++++++----------------
 3 files changed, 24 insertions(+), 24 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-22  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 19:42 [PATCH 0/3] drm: Use tabs for code indents Beatriz Martins de Carvalho
2021-04-21 19:42 ` [PATCH 1/3] drm: drm_atomic_uapi.c: " Beatriz Martins de Carvalho
2021-04-21 19:42 ` [PATCH 2/3] drm: drm_blend.c: " Beatriz Martins de Carvalho
2021-04-21 19:42 ` [PATCH 3/3] drm: drm_connector.c: " Beatriz Martins de Carvalho
2021-04-22  8:47   ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).