On Mon, Mar 20, 2023 at 01:14:11PM +0800, Kloudifold wrote: > Cc: linux-kernel@xxxxxxxxxxxxxxx > Bcc: > Subject: [PATCH v4] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case > Reply-To: > These email headers were accidentally included in the body of the email. regards, dan carpenter > sm750 driver has sm750_hw_cursor_* functions, which are named in > camelcase. Rename them to snake case to follow the function naming > convention. > > - sm750_hw_cursor_setSize => sm750_hw_cursor_set_size > - sm750_hw_cursor_setPos => sm750_hw_cursor_set_pos > - sm750_hw_cursor_setColor => sm750_hw_cursor_set_color > - sm750_hw_cursor_setData => sm750_hw_cursor_set_data > - sm750_hw_cursor_setData2 => sm750_hw_cursor_set_data2 > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Link: https://lore.kernel.org/oe-kbuild-all/202303110849.X24WnHnM-lkp@xxxxxxxxx/ > Signed-off-by: Kloudifold <cloudifold.3125@xxxxxxxxx>