linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] drm/virtio: Checkpatch cleanup for virtio
@ 2018-02-22 23:59 Rodrigo Siqueira
  2018-02-22 23:59 ` [PATCH 1/7] drm/virtio: Add tabs at the start of a line Rodrigo Siqueira
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Rodrigo Siqueira @ 2018-02-22 23:59 UTC (permalink / raw)
  To: David Airlie, Gerd Hoffmann
  Cc: dri-devel, virtualization, linux-kernel, kernel-janitors

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

* Removes return from void function;
* Adds */ in block comments to separate line;
* Adds blank line after variable declarations;
* Adds tabs at the start of a line;
* Replaces 'unsigned' for 'unsigned int';
* Removes multiple blank lines;
* Adds spaces around operators.

Rodrigo Siqueira (7):
  drm/virtio: Add tabs at the start of a line
  drm/virtio: Add blank line after variable declarations
  drm/virtio: Add */ in block comments to separate line
  drm/virtio: Remove return from void function
  drm/virtio: Replace 'unsigned' for 'unsigned int'
  drm/virtio: Remove multiple blank lines
  drm/virtio: Add spaces around operators

 drivers/gpu/drm/virtio/virtgpu_display.c |  7 ++++---
 drivers/gpu/drm/virtio/virtgpu_drv.c     |  2 +-
 drivers/gpu/drm/virtio/virtgpu_drv.h     |  8 ++++----
 drivers/gpu/drm/virtio/virtgpu_fb.c      |  6 +++++-
 drivers/gpu/drm/virtio/virtgpu_gem.c     |  1 +
 drivers/gpu/drm/virtio/virtgpu_ioctl.c   | 23 +++++++++++++----------
 drivers/gpu/drm/virtio/virtgpu_prime.c   |  4 ++--
 drivers/gpu/drm/virtio/virtgpu_ttm.c     |  4 +---
 drivers/gpu/drm/virtio/virtgpu_vq.c      | 13 ++++++++-----
 9 files changed, 39 insertions(+), 29 deletions(-)

-- 
2.16.2

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

end of thread, other threads:[~2018-02-27  6:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-22 23:59 [PATCH 0/7] drm/virtio: Checkpatch cleanup for virtio Rodrigo Siqueira
2018-02-22 23:59 ` [PATCH 1/7] drm/virtio: Add tabs at the start of a line Rodrigo Siqueira
2018-02-23  0:00 ` [PATCH 2/7] drm/virtio: Add blank line after variable declarations Rodrigo Siqueira
2018-02-23  0:00 ` [PATCH 3/7] drm/virtio: Add */ in block comments to separate line Rodrigo Siqueira
2018-02-23  0:00 ` [PATCH 4/7] drm/virtio: Remove return from void function Rodrigo Siqueira
2018-02-23  0:00 ` [PATCH 5/7] drm/virtio: Replace 'unsigned' for 'unsigned int' Rodrigo Siqueira
2018-02-23  0:00 ` [PATCH 6/7] drm/virtio: Remove multiple blank lines Rodrigo Siqueira
2018-02-23  0:01 ` [PATCH 7/7] drm/virtio: Add spaces around operators Rodrigo Siqueira
2018-02-23  2:27 ` [PATCH 0/7] drm/virtio: Checkpatch cleanup for virtio Gurchetan Singh
2018-02-27  6:47 ` Gerd Hoffmann

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