From: Seung-Woo Kim Date: Wed, 3 May 2023 09:13:45 +0000 (+0900) Subject: amlogic: avsync: Fix misleading indentation warning X-Git-Tag: accepted/tizen/unified/20230531.034423~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=647a6493f34656508069014b6bf751254c5feb24;p=platform%2Fkernel%2Flinux-amlogic.git amlogic: avsync: Fix misleading indentation warning Fix build warning form -Wmisleading-indentation. Change-Id: I2514024301126d422401689b6bcd0cec27ec6ad0 Signed-off-by: Seung-Woo Kim --- diff --git a/drivers/amlogic/media/frame_sync/tsync.c b/drivers/amlogic/media/frame_sync/tsync.c index 96a0e06859e1..c171199f7c2e 100644 --- a/drivers/amlogic/media/frame_sync/tsync.c +++ b/drivers/amlogic/media/frame_sync/tsync.c @@ -633,9 +633,9 @@ static int tsync_mode_switch(int mode, unsigned long diff_pts, int jump_pts) pr_info("mode changes:tsync_mode:%c->%c,state:%c->%c,", VA[old_tsync_mode], VA[tsync_mode], old_tsync_av_mode, tsync_av_mode); - pr_info("debugcnt=0x%x,diff_pts=%lu\n", - debugcnt, - diff_pts); + pr_info("debugcnt=0x%x,diff_pts=%lu\n", + debugcnt, + diff_pts); return 0; }