hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/include/linux/klist.h
....@@ -1,12 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * klist.h - Some generic list helpers, extending struct list_head a bit.
34 *
45 * Implementations are found in lib/klist.c
56 *
6
- *
77 * Copyright (C) 2005 Patrick Mochel
8
- *
9
- * This file is rleased under the GPL v2.
108 */
119
1210 #ifndef _LINUX_KLIST_H