Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7dc10b6 authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by David S. Miller
Browse files

sparc64: 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: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c4beb225
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -148,7 +148,7 @@ int kgdb_arch_handle_exception(int e_vector, int signo, int err_code,
			linux_regs->tpc = addr;
			linux_regs->tpc = addr;
			linux_regs->tnpc = addr + 4;
			linux_regs->tnpc = addr + 4;
		}
		}
		/* fallthru */
		/* fall through */


	case 'D':
	case 'D':
	case 'k':
	case 'k':