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
|
From f0440260c76695e874af21a45e3156d3ba7a817b Mon Sep 17 00:00:00 2001
From: kw <kw@example.net>
Date: Thu, 25 Mar 2021 11:36:52 -0300
To: Kw Example <example@kw.org>, Maintainers test <test@getm.net>, Jane Doe <jane@email.com>,kernel@list.org
Subject: [PATCH] get_maintainer_wrapper test
---
sound/core/init.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/core/init.c b/sound/core/init.c
index b02a99766351..fa769ff80e09 100644
--- a/sound/core/init.c
+++ b/sound/core/init.c
@@ -19,6 +19,8 @@
#include <sound/control.h>
#include <sound/info.h>
+/* Testing... */
+
/* monitor files for graceful shutdown (hotplug) */
struct snd_monitor_file {
struct file *file;
--
2.30.0
|