summaryrefslogtreecommitdiffstats
path: root/patches/0023-events-remove-copy-and-paste-error.patch
blob: 09ec23af023b6e393b48faea2ea8fb9390d9976a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 27ac4bfc76bf3c6efda7aa3315bd37cb41818546 Mon Sep 17 00:00:00 2001
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: Sun, 24 May 2020 19:32:25 -0600
Subject: [PATCH 23/33] events: remove copy and paste error

A stray 'static void' with nothing else anywhere is bound to cause some
problems.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
---
 kernel/events/core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/events/core.c b/kernel/events/core.c
index 2fdc89591c39..a9a65c1b0974 100644
--- a/kernel/events/core.c
+++ b/kernel/events/core.c
@@ -991,7 +991,6 @@ static inline u64 perf_cgroup_event_time(struct perf_event *event)
 	return 0;
 }
 
-static inline void
 #endif
 
 /*
-- 
2.28.0