Explorar o código

sparc32: fix fall-through annotation

Replace "fallthru" with a proper "fall through" annotation.

This fix is part of the ongoing efforts to enabling
-Wimplicit-fallthrough

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Gustavo A. R. Silva %!s(int64=6) %!d(string=hai) anos
pai
achega
c4beb225f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/sparc/kernel/kgdb_32.c

+ 1 - 1
arch/sparc/kernel/kgdb_32.c

@@ -122,7 +122,7 @@ int kgdb_arch_handle_exception(int e_vector, int signo, int err_code,
 			linux_regs->pc = addr;
 			linux_regs->npc = addr + 4;
 		}
-		/* fallthru */
+		/* fall through */
 
 	case 'D':
 	case 'k':