public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] gpu/drm: Fix checkpatch warnings in drm_connector.c
@ 2024-04-02 22:43 Nicolas Devos
  2024-04-02 22:43 ` [PATCH 1/4] gpu/drm: Add SPDX-license-Identifier tag Nicolas Devos
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Nicolas Devos @ 2024-04-02 22:43 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Daniel Vetter, dri-devel, linux-kernel
  Cc: Nicolas Devos

Hello,

First time contributor here, I am getting familiar with the flow by
fixing some checkpatch warnings. This patch series fixes the warnings of
drivers/gpu/drm/drm_connector.c.

The result is 4 patches that each address a separate issue raised by
the checkpatch.pl script.

My initial attempt [1] was not accepted, this patch series addresses the
given review comments.

Please, let me know if something is not as expected.

[1]: https://lore.kernel.org/all/20240222204450.7943-1-ndevos-dev@pm.me/

Nicolas Devos (4):
  gpu/drm: Add SPDX-license-Identifier tag
  gpu/drm: Remove unnecessary braces
  gpu/drm: Prefer `unsigned int` over `unsigned`
  gpu/drm: Replace tabs with spaces in comments

 drivers/gpu/drm/drm_connector.c | 722 ++++++++++++++++----------------
 1 file changed, 361 insertions(+), 361 deletions(-)

-- 
2.42.0



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

end of thread, other threads:[~2024-04-03  0:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-02 22:43 [PATCH 0/4] gpu/drm: Fix checkpatch warnings in drm_connector.c Nicolas Devos
2024-04-02 22:43 ` [PATCH 1/4] gpu/drm: Add SPDX-license-Identifier tag Nicolas Devos
2024-04-02 23:58   ` Joe Perches
2024-04-02 22:43 ` [PATCH 2/4] gpu/drm: Remove unnecessary braces Nicolas Devos
2024-04-02 22:43 ` [PATCH 3/4] gpu/drm: Prefer `unsigned int` over `unsigned` Nicolas Devos
2024-04-02 22:43 ` [PATCH 4/4] gpu/drm: Replace tabs with spaces in comments Nicolas Devos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox