diff options
author | Javier Martinez Canillas <[email protected]> | 2023-09-14 21:51:24 +0200 |
---|---|---|
committer | Javier Martinez Canillas <[email protected]> | 2023-09-22 11:48:08 +0200 |
commit | a08e0622c42f6d445604d8bc042e0f78dee09594 (patch) | |
tree | 896c029c15deb20eb007be3ff0ab6a7e40f8341d /rust/helpers/helpers.c | |
parent | 2682768bde745b10ae126a322cdcaf532cf88851 (diff) |
drm/ssd130x: Drop _helper prefix from struct drm_*_helper_funcs callbacks
The driver uses a naming convention where functions for struct drm_*_funcs
callbacks are named ssd130x_$object_$operation, while the callbacks for
struct drm_*_helper_funcs are named ssd130x_$object_helper_$operation.
The idea is that this helper_ prefix in the function names denote that are
for struct drm_*_helper_funcs callbacks. This convention was copied from
other drivers when ssd130x was written, but Maxime pointed out that is the
exception rather than the norm.
So let's get rid of the _helper prefixes from the function handlers names.
Suggested-by: Maxime Ripard <[email protected]>
Signed-off-by: Javier Martinez Canillas <[email protected]>
Reviewed-by: Maxime Ripard <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions