mbox series

[0/3] drm/tegra: Remove space after parenthesis

Message ID cover.1572920482.git.jamal.k.shareef@gmail.com
Headers show
Series drm/tegra: Remove space after parenthesis | expand

Message

Jamal Shareef Nov. 5, 2019, 2:23 a.m. UTC
This patchset removes spaces after left open parenthesis.
Issue found by checkpatch.

Jamal Shareef (3):
  drm/tegra: dc: Remove space after parenthesis
  drm/tegra: dsi: Remove space in open parenthesis
  drm/tegra: gr3d: Remove space after parenthesis

 drivers/gpu/drm/tegra/dc.h   |  40 ++++++------
 drivers/gpu/drm/tegra/dsi.c  |  60 +++++++++---------
 drivers/gpu/drm/tegra/gr3d.c | 120 +++++++++++++++++------------------
 3 files changed, 110 insertions(+), 110 deletions(-)

Comments

Michał Mirosław Nov. 5, 2019, 4:53 a.m. UTC | #1
On Mon, Nov 04, 2019 at 06:23:19PM -0800, Jamal Shareef wrote:
> This patchset removes spaces after left open parenthesis.
> Issue found by checkpatch.

I'd say that those spaces make code easier to look at, so it would
be better to teach checkpatch to ignore cases like these.

Best Regards,
Michał Mirosław
Joe Perches Nov. 5, 2019, 4:59 a.m. UTC | #2
On Tue, 2019-11-05 at 05:53 +0100, Michał Mirosław wrote:
> On Mon, Nov 04, 2019 at 06:23:19PM -0800, Jamal Shareef wrote:
> > This patchset removes spaces after left open parenthesis.
> > Issue found by checkpatch.
> 
> I'd say that those spaces make code easier to look at, so it would
> be better to teach checkpatch to ignore cases like these.

Good luck with that.