Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: sm750fb: align sm750_hw_cursor_set_size() arguments

Align the continued arguments with the opening parenthesis to satisfy
CodingStyle and checkpatch.

No functional change intended.

Signed-off-by: Cristian Del Gobbo <cristiandelgobbo87@gmail.com>
Link: https://patch.msgid.link/20251102230139.1720-1-cristiandelgobbo87@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Cristian Del Gobbo and committed by
Greg Kroah-Hartman
3a3fd27e 70421f9b

+2 -2
+2 -2
drivers/staging/sm750fb/sm750.c
··· 121 121 sm750_hw_cursor_disable(cursor); 122 122 if (fbcursor->set & FB_CUR_SETSIZE) 123 123 sm750_hw_cursor_set_size(cursor, 124 - fbcursor->image.width, 125 - fbcursor->image.height); 124 + fbcursor->image.width, 125 + fbcursor->image.height); 126 126 127 127 if (fbcursor->set & FB_CUR_SETPOS) 128 128 sm750_hw_cursor_set_pos(cursor,