From: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
To: David Airlie <airlied@linux.ie>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org
Subject: [PATCH 0/5] drm/vgem: Checkpatch cleanup for vgem
Date: Thu, 08 Mar 2018 02:02:27 +0000 [thread overview]
Message-ID: <cover.1520474055.git.rodrigosiqueiramelo@gmail.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
To: David Airlie <airlied@linux.ie>
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org,
dri-devel@lists.freedesktop.org
Subject: [PATCH 0/5] drm/vgem: Checkpatch cleanup for vgem
Date: Wed, 7 Mar 2018 23:02:27 -0300 [thread overview]
Message-ID: <cover.1520474055.git.rodrigosiqueiramelo@gmail.com> (raw)
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
_______________________________________________
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: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
To: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org, kernel-janitors@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] drm/vgem: Checkpatch cleanup for vgem
Date: Wed, 7 Mar 2018 23:02:27 -0300 [thread overview]
Message-ID: <cover.1520474055.git.rodrigosiqueiramelo@gmail.com> (raw)
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
next reply other threads:[~2018-03-08 2:02 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-08 2:02 Rodrigo Siqueira [this message]
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 ` [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
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=cover.1520474055.git.rodrigosiqueiramelo@gmail.com \
--to=rodrigosiqueiramelo@gmail.com \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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.