All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/vgem: Checkpatch cleanup for vgem
@ 2018-03-08  2:02 ` Rodrigo Siqueira
  0 siblings, 0 replies; 16+ messages in thread
From: Rodrigo Siqueira @ 2018-03-08  2:02 UTC (permalink / raw)
  To: David Airlie; +Cc: kernel-janitors, linux-kernel, dri-devel

This patchset fixes warnings and errors found by checkpatch.pl in the
drm/vgem:

* Removes assignment in if condition;
* Removes '(' from the end of line;
* Adds spaces around operators;
* Replaces uint32_t for u32;
* Indents switch and case at the same level.

Rodrigo Siqueira (5):
  drm/vgem: Indent switch and case at the same level
  drm/vgem: Remove assignment in if condition
  drm/vgem: Replace uint32_t for u32
  drm/vgem: Add space around operators
  drm/vgem: Remove '(' from the end of line

 drivers/gpu/drm/vgem/vgem_drv.c   | 21 +++++++++++++--------
 drivers/gpu/drm/vgem/vgem_fence.c | 11 +++++++----
 2 files changed, 20 insertions(+), 12 deletions(-)

-- 
2.16.2


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

end of thread, other threads:[~2018-03-08  2:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-08  2:02 [PATCH 0/5] drm/vgem: Checkpatch cleanup for vgem Rodrigo Siqueira
2018-03-08  2:02 ` Rodrigo Siqueira
2018-03-08  2:02 ` Rodrigo Siqueira
2018-03-08  2:02 ` [PATCH 1/5] drm/vgem: Indent switch and case at the same level Rodrigo Siqueira
2018-03-08  2:02   ` Rodrigo Siqueira
2018-03-08  2:02   ` Rodrigo Siqueira
2018-03-08  2:03 ` [PATCH 2/5] drm/vgem: Remove assignment in if condition Rodrigo Siqueira
2018-03-08  2:03   ` Rodrigo Siqueira
2018-03-08  2:03 ` [PATCH 3/5] drm/vgem: Replace uint32_t for u32 Rodrigo Siqueira
2018-03-08  2:03   ` Rodrigo Siqueira
2018-03-08  2:03   ` Rodrigo Siqueira
2018-03-08  2:03 ` [PATCH 4/5] drm/vgem: Add space around operators Rodrigo Siqueira
2018-03-08  2:03   ` Rodrigo Siqueira
2018-03-08  2:03   ` Rodrigo Siqueira
2018-03-08  2:03 ` [PATCH 5/5] drm/vgem: Remove '(' from the end of line Rodrigo Siqueira
2018-03-08  2:03   ` Rodrigo Siqueira

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.