hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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