.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * ss.h |
---|
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. |
---|
7 | 4 | * |
---|
8 | 5 | * The initial developer of the original code is David A. Hinds |
---|
9 | 6 | * <dahinds@users.sourceforge.net>. Portions created by David A. Hinds |
---|
.. | .. |
---|
190 | 187 | unsigned int sysfs_events; |
---|
191 | 188 | |
---|
192 | 189 | /* For the non-trivial interaction between these locks, |
---|
193 | | - * see Documentation/pcmcia/locking.txt */ |
---|
| 190 | + * see Documentation/pcmcia/locking.rst */ |
---|
194 | 191 | struct mutex skt_mutex; |
---|
195 | 192 | struct mutex ops_mutex; |
---|
196 | 193 | |
---|