]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/client: Use array notation for function arguments
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 28 Feb 2025 21:14:48 +0000 (23:14 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 13 Mar 2025 16:30:10 +0000 (18:30 +0200)
commitb218e72b8ac2c11ccab4d41263dd0406d8291c6f
treedbc7174499826de5b5c8c68a392075d231d6a5b6
parentf68429691c938a2e9131faf2ab2a8f0563966ba1
drm/client: Use array notation for function arguments

Use the array notation rather that the pointer notation for
function arguments. This makes it clear to the reader that
we are in fact dealing with an array rather than a single
pointer. Functionally the two are equivalent.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250228211454.8138-3-ville.syrjala@linux.intel.com
drivers/gpu/drm/drm_client_modeset.c