Skip to content

Commit 3a3fd27

Browse files
cris1618gregkh
authored andcommitted
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>
1 parent 70421f9 commit 3a3fd27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/staging/sm750fb/sm750.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ static int lynxfb_ops_cursor(struct fb_info *info, struct fb_cursor *fbcursor)
121121
sm750_hw_cursor_disable(cursor);
122122
if (fbcursor->set & FB_CUR_SETSIZE)
123123
sm750_hw_cursor_set_size(cursor,
124-
fbcursor->image.width,
125-
fbcursor->image.height);
124+
fbcursor->image.width,
125+
fbcursor->image.height);
126126

127127
if (fbcursor->set & FB_CUR_SETPOS)
128128
sm750_hw_cursor_set_pos(cursor,

0 commit comments

Comments
 (0)