kernel/arch/sparc/kernel/pcr.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* pcr.c: Generic sparc64 performance counter infrastructure. 2 3 * 3 4 * Copyright (C) 2009 David S. Miller (davem@davemloft.net) .. .. @@ -358,7 +359,7 @@ 358 359 * counter overflow interrupt so we can't make use of 359 360 * their hardware currently. 360 361 */ 361 - /* fallthrough */362 + fallthrough;362 363 default: 363 364 err = -ENODEV; 364 365 goto out_unregister;