]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: sm750fb: align sm750_hw_cursor_set_size() arguments
authorCristian Del Gobbo <cristiandelgobbo87@gmail.com>
Sun, 2 Nov 2025 23:01:38 +0000 (00:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Nov 2025 02:19:02 +0000 (11:19 +0900)
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>
drivers/staging/sm750fb/sm750.c

index 3659af7e519db2660f9c3e877191c23f4f8d6fce..9740f2705679a38d4d65382196cbbdad8df7568a 100644 (file)
@@ -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,