vmstate-static-checker:remove this redundant return
commit6191347991225a291ce38f5faf4d6e8181b5561f
authordinglimin <dinglimin@cmss.chinamobile.com>
Wed, 28 Sep 2022 09:03:12 +0000 (28 17:03 +0800)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 22 Oct 2022 21:19:11 +0000 (22 23:19 +0200)
treeb0e588513f293dc19c51e66d270372d918acf463
parent1c324bf908e3de1cf352e36484c73dc07767d938
vmstate-static-checker:remove this redundant return

Jump statements, such as return and continue let you
change the default flow of program execution,
but jump statements that direct the control flow to
the original direction are just a waste of keystrokes.

Signed-off-by: dinglimin <dinglimin@cmss.chinamobile.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20220928090312.2537-1-dinglimin@cmss.chinamobile.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
scripts/vmstate-static-checker.py