Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50d0a21b authored by Purnendu Kapadia's avatar Purnendu Kapadia Committed by Greg Kroah-Hartman
Browse files

staging: android: sw_sync: checkpatch fixes



   - no space after cast
   - allignment should match open parenthesis
   - remove unnecessary new line

Signed-off-by: default avatarPurnendu Kapadia <pro8linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1f0f6c98
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -111,7 +111,6 @@ static struct sync_timeline_ops sw_sync_timeline_ops = {
	.pt_value_str = sw_sync_pt_value_str,
};


struct sw_sync_timeline *sw_sync_timeline_create(const char *name)
{
	struct sw_sync_timeline *obj = (struct sw_sync_timeline *)
+1 −1

File changed.

Contains only whitespace changes.