forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/scsi/ses.c
....@@ -1,25 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * SCSI Enclosure Services
34 *
45 * Copyright (C) 2008 James Bottomley <James.Bottomley@HansenPartnership.com>
5
- *
6
-**-----------------------------------------------------------------------------
7
-**
8
-** This program is free software; you can redistribute it and/or
9
-** modify it under the terms of the GNU General Public License
10
-** version 2 as published by the Free Software Foundation.
11
-**
12
-** This program is distributed in the hope that it will be useful,
13
-** but WITHOUT ANY WARRANTY; without even the implied warranty of
14
-** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
-** GNU General Public License for more details.
16
-**
17
-** You should have received a copy of the GNU General Public License
18
-** along with this program; if not, write to the Free Software
19
-** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
-**
21
-**-----------------------------------------------------------------------------
22
-*/
6
+ */
237
248 #include <linux/slab.h>
259 #include <linux/module.h>