kernel/arch/ia64/kernel/module.c
.. .. @@ -654,7 +654,7 @@ 654 654 } 655 655 } else if (!is_internal(mod, val)) 656 656 val = get_plt(mod, location, val, &ok); 657 - /* FALL THROUGH */657 + fallthrough;658 658 default: 659 659 val -= bundle(location); 660 660 break;