hc
2023-12-09 958e46acc8e900e8569dd467c1af9b8d2d019394
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