All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gurchetan Singh <gurchetansingh@chromium.org>
To: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Cc: David Airlie <airlied@linux.ie>,
	Gerd Hoffmann <kraxel@redhat.com>,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	ML dri-devel <dri-devel@lists.freedesktop.org>,
	virtualization@lists.linux-foundation.org
Subject: Re: [PATCH 0/7] drm/virtio: Checkpatch cleanup for virtio
Date: Thu, 22 Feb 2018 18:27:46 -0800	[thread overview]
Message-ID: <CAAfnVBkFw9o-FOdT6OXq0qbPHmLRcKUfu3K-7mJ-XNq-kdP5Qw@mail.gmail.com> (raw)
In-Reply-To: <cover.1519343668.git.rodrigosiqueiramelo@gmail.com>

Patches 1 to 7 are:

Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>

On Thu, Feb 22, 2018 at 3:59 PM, Rodrigo Siqueira
<rodrigosiqueiramelo@gmail.com> wrote:
> 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
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Gurchetan Singh <gurchetansingh@chromium.org>
To: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Cc: David Airlie <airlied@linux.ie>,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	ML dri-devel <dri-devel@lists.freedesktop.org>,
	virtualization@lists.linux-foundation.org,
	Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [PATCH 0/7] drm/virtio: Checkpatch cleanup for virtio
Date: Fri, 23 Feb 2018 02:27:46 +0000	[thread overview]
Message-ID: <CAAfnVBkFw9o-FOdT6OXq0qbPHmLRcKUfu3K-7mJ-XNq-kdP5Qw@mail.gmail.com> (raw)
In-Reply-To: <cover.1519343668.git.rodrigosiqueiramelo@gmail.com>

Patches 1 to 7 are:

Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>

On Thu, Feb 22, 2018 at 3:59 PM, Rodrigo Siqueira
<rodrigosiqueiramelo@gmail.com> wrote:
> 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
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: Gurchetan Singh <gurchetansingh@chromium.org>
To: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Cc: David Airlie <airlied@linux.ie>,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
	ML dri-devel <dri-devel@lists.freedesktop.org>,
	virtualization@lists.linux-foundation.org,
	Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [PATCH 0/7] drm/virtio: Checkpatch cleanup for virtio
Date: Thu, 22 Feb 2018 18:27:46 -0800	[thread overview]
Message-ID: <CAAfnVBkFw9o-FOdT6OXq0qbPHmLRcKUfu3K-7mJ-XNq-kdP5Qw@mail.gmail.com> (raw)
In-Reply-To: <cover.1519343668.git.rodrigosiqueiramelo@gmail.com>

Patches 1 to 7 are:

Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>

On Thu, Feb 22, 2018 at 3:59 PM, Rodrigo Siqueira
<rodrigosiqueiramelo@gmail.com> wrote:
> 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
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2018-02-23  2:27 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-22 23:59 [PATCH 0/7] drm/virtio: Checkpatch cleanup for virtio Rodrigo Siqueira
2018-02-22 23:59 ` Rodrigo Siqueira
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
2018-02-22 23:59   ` Rodrigo Siqueira
2018-02-22 23:59   ` 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   ` Rodrigo Siqueira
2018-02-23  0:00   ` 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   ` Rodrigo Siqueira
2018-02-23  0:00   ` Rodrigo Siqueira
2018-02-23  0:00 ` [PATCH 4/7] drm/virtio: Remove return from void function Rodrigo Siqueira
2018-02-23  0:00   ` Rodrigo Siqueira
2018-02-23  0:00   ` Rodrigo Siqueira
2018-02-23  0:00 ` [PATCH 5/7] drm/virtio: Replace 'unsigned' for 'unsigned int' Rodrigo Siqueira
2018-02-23  0:00   ` Rodrigo Siqueira
2018-02-23  0:00   ` Rodrigo Siqueira
2018-02-23  0:00 ` [PATCH 6/7] drm/virtio: Remove multiple blank lines Rodrigo Siqueira
2018-02-23  0:00   ` Rodrigo Siqueira
2018-02-23  0:00   ` Rodrigo Siqueira
2018-02-23  0:01 ` [PATCH 7/7] drm/virtio: Add spaces around operators Rodrigo Siqueira
2018-02-23  0:01   ` Rodrigo Siqueira
2018-02-23  0:01   ` Rodrigo Siqueira
2018-02-23  2:27 ` Gurchetan Singh [this message]
2018-02-23  2:27   ` [PATCH 0/7] drm/virtio: Checkpatch cleanup for virtio Gurchetan Singh
2018-02-23  2:27   ` Gurchetan Singh
2018-02-27  6:47 ` Gerd Hoffmann
2018-02-27  6:47   ` Gerd Hoffmann
2018-02-27  6:47   ` Gerd Hoffmann
2018-02-27  6:47 ` Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAfnVBkFw9o-FOdT6OXq0qbPHmLRcKUfu3K-7mJ-XNq-kdP5Qw@mail.gmail.com \
    --to=gurchetansingh@chromium.org \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=kraxel@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rodrigosiqueiramelo@gmail.com \
    --cc=virtualization@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.