"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xyz-modem: Add missing fallthrough annotation

Falltroughs in switch statements should be explicit.

Addresses-Coverity-ID: 131162 Missing break in switch
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

authored by

Heinrich Schuchardt and committed by
Tom Rini
e54ddc32 1f66c0e1

+1
+1
common/xyzModem.c
··· 280 280 { 281 281 case SOH: 282 282 xyz.total_SOH++; 283 + fallthrough; 283 284 case STX: 284 285 if (c == STX) 285 286 xyz.total_STX++;