File: warn-detect-FAIL.patch

package info (click to toggle)
kpatch 0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,716 kB
  • sloc: ansic: 9,716; sh: 2,592; makefile: 260; asm: 35
file content (9 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
diff -Nupr linux-5.10.11.bak/net/core/dev.c linux-5.10.11/net/core/dev.c
--- linux-5.10.11.bak/net/core/dev.c	2021-01-28 08:18:59.936105663 -0500
+++ linux-5.10.11/net/core/dev.c	2021-01-28 08:34:03.120655935 -0500
@@ -1,4 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
+
 /*
  *      NET3    Protocol independent device support routines.
  *