mbox series

[0/5] staging: sm750fb: Style cleanup for sm750fb

Message ID cover.1745982772.git.ericflorin.kernel@gmail.com
Headers show
Series staging: sm750fb: Style cleanup for sm750fb | expand

Message

Eric Florin April 30, 2025, 5:55 a.m. UTC
This set of patches addresses a number of cleanups attributed to
`drivers/staging/sm750fb/sm750_cursor.h`.

Patch 1: Rename sm750_hw_cursor_setSize to sm750_hw_cursor_set_size
Patch 2: Rename sm750_hw_cursor_setPos to sm750_hw_cursor_set_pos
Patch 3: Rename sm750_hw_cursor_setColor to sm750_hw_cursor_set_color
Patch 4: Rename sm750_hw_cursor_setData to sm750_hw_cursor_set_data
Patch 5: Rename sm750_hw_cursor_setData2 to sm750_hw_cursor_set_data2

Eric Florin (5):
  staging: sm750fb: rename sm750_hw_cursor_setSize
  staging: sm750fb: rename sm750_hw_cursor_setPos
  staging: sm750fb: rename sm750_hw_cursor_setColor
  staging: sm750fb: rename sm750_hw_cursor_setData
  staging: sm750fb: rename sm750_hw_cursor_setData2

 drivers/staging/sm750fb/sm750.c        | 12 +++++-------
 drivers/staging/sm750fb/sm750_cursor.c | 14 +++++++-------
 drivers/staging/sm750fb/sm750_cursor.h | 12 ++++++------
 3 files changed, 18 insertions(+), 20 deletions(-)