hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/sparc/kernel/pcr.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* pcr.c: Generic sparc64 performance counter infrastructure.
23 *
34 * Copyright (C) 2009 David S. Miller (davem@davemloft.net)
....@@ -358,7 +359,7 @@
358359 * counter overflow interrupt so we can't make use of
359360 * their hardware currently.
360361 */
361
- /* fallthrough */
362
+ fallthrough;
362363 default:
363364 err = -ENODEV;
364365 goto out_unregister;