File: update_patch_test_model2.patch

package info (click to toggle)
kworkflow 1%3A0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,212 kB
  • sloc: sh: 31,869; perl: 2,172; sql: 268; ansic: 114; xml: 84; python: 76; makefile: 27
file content (26 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
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