Skip to content

Commit 7101b22

Browse files
GuEe-GUIRbb666
authored andcommitted
[DM/THERMAL] Fixup the C99, 6.8.1 Labeled statements p4
Append a null statement for "Any statement may be preceded by a prefix that declares an identifier as a label name." Signed-off-by: GuEe-GUI <[email protected]>
1 parent af2c8ae commit 7101b22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/drivers/thermal/thermal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ static void thermal_ofw_setup(struct rt_ofw_node *np, struct rt_thermal_zone_dev
223223
}
224224
}
225225
_end:
226+
;
226227
}
227228
#else
228229
rt_inline void thermal_ofw_setup(struct rt_ofw_node *np, struct rt_thermal_zone_device *zdev)

0 commit comments

Comments
 (0)