mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 15:22:21 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
70421f9bd8
commit
3a3fd27e06
@@ -121,8 +121,8 @@ static int lynxfb_ops_cursor(struct fb_info *info, struct fb_cursor *fbcursor)
|
||||
sm750_hw_cursor_disable(cursor);
|
||||
if (fbcursor->set & FB_CUR_SETSIZE)
|
||||
sm750_hw_cursor_set_size(cursor,
|
||||
fbcursor->image.width,
|
||||
fbcursor->image.height);
|
||||
fbcursor->image.width,
|
||||
fbcursor->image.height);
|
||||
|
||||
if (fbcursor->set & FB_CUR_SETPOS)
|
||||
sm750_hw_cursor_set_pos(cursor,
|
||||
|
||||
Reference in New Issue
Block a user