forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/ia64/kernel/module.c
....@@ -654,7 +654,7 @@
654654 }
655655 } else if (!is_internal(mod, val))
656656 val = get_plt(mod, location, val, &ok);
657
- /* FALL THROUGH */
657
+ fallthrough;
658658 default:
659659 val -= bundle(location);
660660 break;