linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/vgem: Checkpatch cleanup for vgem
@ 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
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Rodrigo Siqueira @ 2018-03-08  2:02 UTC (permalink / raw)
  To: David Airlie; +Cc: dri-devel, kernel-janitors, linux-kernel

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] 6+ messages in thread

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

Thread overview: 6+ 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 ` [PATCH 1/5] drm/vgem: Indent switch and case at the same level Rodrigo Siqueira
2018-03-08  2:03 ` [PATCH 2/5] drm/vgem: Remove assignment in if condition Rodrigo Siqueira
2018-03-08  2:03 ` [PATCH 3/5] drm/vgem: Replace uint32_t for u32 Rodrigo Siqueira
2018-03-08  2:03 ` [PATCH 4/5] drm/vgem: Add space around operators Rodrigo Siqueira
2018-03-08  2:03 ` [PATCH 5/5] drm/vgem: Remove '(' from the end of line Rodrigo Siqueira

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).