aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/hexagon/kernel/module.c')
-rw-r--r--arch/hexagon/kernel/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/hexagon/kernel/module.c b/arch/hexagon/kernel/module.c
index cf99fb79a124..cb3bf19b0640 100644
--- a/arch/hexagon/kernel/module.c
+++ b/arch/hexagon/kernel/module.c
@@ -120,7 +120,7 @@ int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab,
}
case R_HEXAGON_HI16:
value = (value>>16) & 0xffff;
- /* fallthrough */
+ fallthrough;
case R_HEXAGON_LO16:
*location &= ~0x00c03fff;
*location |= value & 0x3fff;