hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/pcmcia/ds.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * ds.h -- 16-bit PCMCIA core support
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 *
85 * The initial developer of the original code is David A. Hinds
96 * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds
....@@ -39,7 +36,7 @@
3936 struct net_device;
4037
4138 /* dynamic device IDs for PCMCIA device drivers. See
42
- * Documentation/pcmcia/driver.txt for details.
39
+ * Documentation/pcmcia/driver.rst for details.
4340 */
4441 struct pcmcia_dynids {
4542 struct mutex lock;