diff options
Diffstat (limited to 'drivers/target')
21 files changed, 21 insertions, 190 deletions
diff --git a/drivers/target/iscsi/iscsi_target.c b/drivers/target/iscsi/iscsi_target.c index 59d32453b891..d19e051f2bc2 100644 --- a/drivers/target/iscsi/iscsi_target.c +++ b/drivers/target/iscsi/iscsi_target.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains main functions related to the iSCSI Target Core Driver. | 3 | * This file contains main functions related to the iSCSI Target Core Driver. |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | ******************************************************************************/ | 9 | ******************************************************************************/ |
18 | 10 | ||
19 | #include <crypto/hash.h> | 11 | #include <crypto/hash.h> |
diff --git a/drivers/target/iscsi/iscsi_target_auth.c b/drivers/target/iscsi/iscsi_target_auth.c index ca7d7e8aecc0..b6e4862cc242 100644 --- a/drivers/target/iscsi/iscsi_target_auth.c +++ b/drivers/target/iscsi/iscsi_target_auth.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file houses the main functions for the iSCSI CHAP support | 3 | * This file houses the main functions for the iSCSI CHAP support |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | ******************************************************************************/ | 9 | ******************************************************************************/ |
18 | 10 | ||
19 | #include <crypto/hash.h> | 11 | #include <crypto/hash.h> |
diff --git a/drivers/target/iscsi/iscsi_target_configfs.c b/drivers/target/iscsi/iscsi_target_configfs.c index cac94c94ef5d..42b369fc415e 100644 --- a/drivers/target/iscsi/iscsi_target_configfs.c +++ b/drivers/target/iscsi/iscsi_target_configfs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains the configfs implementation for iSCSI Target mode | 3 | * This file contains the configfs implementation for iSCSI Target mode |
3 | * from the LIO-Target Project. | 4 | * from the LIO-Target Project. |
@@ -6,15 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 8 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | ****************************************************************************/ | 10 | ****************************************************************************/ |
19 | 11 | ||
20 | #include <linux/configfs.h> | 12 | #include <linux/configfs.h> |
diff --git a/drivers/target/iscsi/iscsi_target_datain_values.c b/drivers/target/iscsi/iscsi_target_datain_values.c index 173ddd93c757..07a22cd36a4e 100644 --- a/drivers/target/iscsi/iscsi_target_datain_values.c +++ b/drivers/target/iscsi/iscsi_target_datain_values.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains the iSCSI Target DataIN value generation functions. | 3 | * This file contains the iSCSI Target DataIN value generation functions. |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | ******************************************************************************/ | 9 | ******************************************************************************/ |
18 | 10 | ||
19 | #include <linux/slab.h> | 11 | #include <linux/slab.h> |
diff --git a/drivers/target/iscsi/iscsi_target_device.c b/drivers/target/iscsi/iscsi_target_device.c index 0382fa24b53b..8bf36ec86e3f 100644 --- a/drivers/target/iscsi/iscsi_target_device.c +++ b/drivers/target/iscsi/iscsi_target_device.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains the iSCSI Virtual Device and Disk Transport | 3 | * This file contains the iSCSI Virtual Device and Disk Transport |
3 | * agnostic related functions. | 4 | * agnostic related functions. |
@@ -6,15 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 8 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | ******************************************************************************/ | 10 | ******************************************************************************/ |
19 | 11 | ||
20 | #include <target/target_core_base.h> | 12 | #include <target/target_core_base.h> |
diff --git a/drivers/target/iscsi/iscsi_target_erl0.c b/drivers/target/iscsi/iscsi_target_erl0.c index 8890c0721053..b4abd7b68e6d 100644 --- a/drivers/target/iscsi/iscsi_target_erl0.c +++ b/drivers/target/iscsi/iscsi_target_erl0.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /****************************************************************************** | 2 | /****************************************************************************** |
2 | * This file contains error recovery level zero functions used by | 3 | * This file contains error recovery level zero functions used by |
3 | * the iSCSI Target driver. | 4 | * the iSCSI Target driver. |
@@ -6,15 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 8 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | ******************************************************************************/ | 10 | ******************************************************************************/ |
19 | 11 | ||
20 | #include <linux/sched/signal.h> | 12 | #include <linux/sched/signal.h> |
diff --git a/drivers/target/iscsi/iscsi_target_erl1.c b/drivers/target/iscsi/iscsi_target_erl1.c index e02e1aaf63c5..cd670cb9b8fb 100644 --- a/drivers/target/iscsi/iscsi_target_erl1.c +++ b/drivers/target/iscsi/iscsi_target_erl1.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains error recovery level one used by the iSCSI Target driver. | 3 | * This file contains error recovery level one used by the iSCSI Target driver. |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | ******************************************************************************/ | 9 | ******************************************************************************/ |
18 | 10 | ||
19 | #include <linux/list.h> | 11 | #include <linux/list.h> |
diff --git a/drivers/target/iscsi/iscsi_target_erl2.c b/drivers/target/iscsi/iscsi_target_erl2.c index b08b620b1bf0..b1b7db9d1eda 100644 --- a/drivers/target/iscsi/iscsi_target_erl2.c +++ b/drivers/target/iscsi/iscsi_target_erl2.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains error recovery level two functions used by | 3 | * This file contains error recovery level two functions used by |
3 | * the iSCSI Target driver. | 4 | * the iSCSI Target driver. |
@@ -6,15 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 8 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | ******************************************************************************/ | 10 | ******************************************************************************/ |
19 | 11 | ||
20 | #include <linux/slab.h> | 12 | #include <linux/slab.h> |
diff --git a/drivers/target/iscsi/iscsi_target_login.c b/drivers/target/iscsi/iscsi_target_login.c index 683d04580eb3..f53330813207 100644 --- a/drivers/target/iscsi/iscsi_target_login.c +++ b/drivers/target/iscsi/iscsi_target_login.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains the login functions used by the iSCSI Target driver. | 3 | * This file contains the login functions used by the iSCSI Target driver. |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | ******************************************************************************/ | 9 | ******************************************************************************/ |
18 | 10 | ||
19 | #include <crypto/hash.h> | 11 | #include <crypto/hash.h> |
diff --git a/drivers/target/iscsi/iscsi_target_nego.c b/drivers/target/iscsi/iscsi_target_nego.c index 8a5e8d17a942..181a32a6f391 100644 --- a/drivers/target/iscsi/iscsi_target_nego.c +++ b/drivers/target/iscsi/iscsi_target_nego.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains main functions related to iSCSI Parameter negotiation. | 3 | * This file contains main functions related to iSCSI Parameter negotiation. |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | ******************************************************************************/ | 9 | ******************************************************************************/ |
18 | 10 | ||
19 | #include <linux/ctype.h> | 11 | #include <linux/ctype.h> |
diff --git a/drivers/target/iscsi/iscsi_target_nodeattrib.c b/drivers/target/iscsi/iscsi_target_nodeattrib.c index 208cca8a363c..e3ac247bffe8 100644 --- a/drivers/target/iscsi/iscsi_target_nodeattrib.c +++ b/drivers/target/iscsi/iscsi_target_nodeattrib.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains the main functions related to Initiator Node Attributes. | 3 | * This file contains the main functions related to Initiator Node Attributes. |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | ******************************************************************************/ | 9 | ******************************************************************************/ |
18 | 10 | ||
19 | #include <target/target_core_base.h> | 11 | #include <target/target_core_base.h> |
diff --git a/drivers/target/iscsi/iscsi_target_parameters.c b/drivers/target/iscsi/iscsi_target_parameters.c index 29a37b242d30..7a461fbb1566 100644 --- a/drivers/target/iscsi/iscsi_target_parameters.c +++ b/drivers/target/iscsi/iscsi_target_parameters.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains main functions related to iSCSI Parameter negotiation. | 3 | * This file contains main functions related to iSCSI Parameter negotiation. |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | ******************************************************************************/ | 9 | ******************************************************************************/ |
18 | 10 | ||
19 | #include <linux/slab.h> | 11 | #include <linux/slab.h> |
diff --git a/drivers/target/iscsi/iscsi_target_seq_pdu_list.c b/drivers/target/iscsi/iscsi_target_seq_pdu_list.c index f65e5e584212..ea2b02a93e45 100644 --- a/drivers/target/iscsi/iscsi_target_seq_pdu_list.c +++ b/drivers/target/iscsi/iscsi_target_seq_pdu_list.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains main functions related to iSCSI DataSequenceInOrder=No | 3 | * This file contains main functions related to iSCSI DataSequenceInOrder=No |
3 | * and DataPDUInOrder=No. | 4 | * and DataPDUInOrder=No. |
@@ -6,15 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 8 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | ******************************************************************************/ | 10 | ******************************************************************************/ |
19 | 11 | ||
20 | #include <linux/slab.h> | 12 | #include <linux/slab.h> |
diff --git a/drivers/target/iscsi/iscsi_target_stat.c b/drivers/target/iscsi/iscsi_target_stat.c index bb98882bdaa7..35e75a3569c9 100644 --- a/drivers/target/iscsi/iscsi_target_stat.c +++ b/drivers/target/iscsi/iscsi_target_stat.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * Modern ConfigFS group context specific iSCSI statistics based on original | 3 | * Modern ConfigFS group context specific iSCSI statistics based on original |
3 | * iscsi_target_mib.c code | 4 | * iscsi_target_mib.c code |
@@ -6,15 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 8 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | ******************************************************************************/ | 10 | ******************************************************************************/ |
19 | 11 | ||
20 | #include <linux/configfs.h> | 12 | #include <linux/configfs.h> |
diff --git a/drivers/target/iscsi/iscsi_target_tmr.c b/drivers/target/iscsi/iscsi_target_tmr.c index cb231c907d51..7d618db80c51 100644 --- a/drivers/target/iscsi/iscsi_target_tmr.c +++ b/drivers/target/iscsi/iscsi_target_tmr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains the iSCSI Target specific Task Management functions. | 3 | * This file contains the iSCSI Target specific Task Management functions. |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | ******************************************************************************/ | 9 | ******************************************************************************/ |
18 | 10 | ||
19 | #include <asm/unaligned.h> | 11 | #include <asm/unaligned.h> |
diff --git a/drivers/target/iscsi/iscsi_target_tpg.c b/drivers/target/iscsi/iscsi_target_tpg.c index 101d62105c93..8075f60fd02c 100644 --- a/drivers/target/iscsi/iscsi_target_tpg.c +++ b/drivers/target/iscsi/iscsi_target_tpg.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains iSCSI Target Portal Group related functions. | 3 | * This file contains iSCSI Target Portal Group related functions. |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | ******************************************************************************/ | 9 | ******************************************************************************/ |
18 | 10 | ||
19 | #include <linux/slab.h> | 11 | #include <linux/slab.h> |
diff --git a/drivers/target/iscsi/iscsi_target_util.c b/drivers/target/iscsi/iscsi_target_util.c index fae85bfd790e..89183b3b178f 100644 --- a/drivers/target/iscsi/iscsi_target_util.c +++ b/drivers/target/iscsi/iscsi_target_util.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * This file contains the iSCSI Target specific utility functions. | 3 | * This file contains the iSCSI Target specific utility functions. |
3 | * | 4 | * |
@@ -5,15 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> | 7 | * Author: Nicholas A. Bellinger <nab@linux-iscsi.org> |
7 | * | 8 | * |
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | ******************************************************************************/ | 9 | ******************************************************************************/ |
18 | 10 | ||
19 | #include <linux/list.h> | 11 | #include <linux/list.h> |
diff --git a/drivers/target/target_core_configfs.c b/drivers/target/target_core_configfs.c index db2558fe8d46..e6e175597860 100644 --- a/drivers/target/target_core_configfs.c +++ b/drivers/target/target_core_configfs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * Filename: target_core_configfs.c | 3 | * Filename: target_core_configfs.c |
3 | * | 4 | * |
@@ -9,15 +10,6 @@ | |||
9 | * | 10 | * |
10 | * based on configfs Copyright (C) 2005 Oracle. All rights reserved. | 11 | * based on configfs Copyright (C) 2005 Oracle. All rights reserved. |
11 | * | 12 | * |
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, | ||
18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
20 | * GNU General Public License for more details. | ||
21 | ****************************************************************************/ | 13 | ****************************************************************************/ |
22 | 14 | ||
23 | #include <linux/module.h> | 15 | #include <linux/module.h> |
diff --git a/drivers/target/target_core_fabric_configfs.c b/drivers/target/target_core_fabric_configfs.c index 9a6e20a2af7d..ee85602213f7 100644 --- a/drivers/target/target_core_fabric_configfs.c +++ b/drivers/target/target_core_fabric_configfs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * Filename: target_core_fabric_configfs.c | 3 | * Filename: target_core_fabric_configfs.c |
3 | * | 4 | * |
@@ -8,15 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Nicholas A. Bellinger <nab@linux-iscsi.org> | 10 | * Nicholas A. Bellinger <nab@linux-iscsi.org> |
10 | * | 11 | * |
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | ****************************************************************************/ | 12 | ****************************************************************************/ |
21 | 13 | ||
22 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/drivers/target/target_core_xcopy.c b/drivers/target/target_core_xcopy.c index e59a896ac58a..b9b1e92c6f8d 100644 --- a/drivers/target/target_core_xcopy.c +++ b/drivers/target/target_core_xcopy.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * Filename: target_core_xcopy.c | 3 | * Filename: target_core_xcopy.c |
3 | * | 4 | * |
@@ -9,16 +10,6 @@ | |||
9 | * Author: | 10 | * Author: |
10 | * Nicholas A. Bellinger <nab@daterainc.com> | 11 | * Nicholas A. Bellinger <nab@daterainc.com> |
11 | * | 12 | * |
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, | ||
18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
20 | * GNU General Public License for more details. | ||
21 | * | ||
22 | ******************************************************************************/ | 13 | ******************************************************************************/ |
23 | 14 | ||
24 | #include <linux/slab.h> | 15 | #include <linux/slab.h> |
diff --git a/drivers/target/tcm_fc/tfc_conf.c b/drivers/target/tcm_fc/tfc_conf.c index c873a052fcb0..1a38c98f681b 100644 --- a/drivers/target/tcm_fc/tfc_conf.c +++ b/drivers/target/tcm_fc/tfc_conf.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /******************************************************************************* | 2 | /******************************************************************************* |
2 | * Filename: tcm_fc.c | 3 | * Filename: tcm_fc.c |
3 | * | 4 | * |
@@ -10,15 +11,6 @@ | |||
10 | * | 11 | * |
11 | * Copyright (c) 2009,2010 Nicholas A. Bellinger <nab@linux-iscsi.org> | 12 | * Copyright (c) 2009,2010 Nicholas A. Bellinger <nab@linux-iscsi.org> |
12 | * | 13 | * |
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | ****************************************************************************/ | 14 | ****************************************************************************/ |
23 | 15 | ||
24 | #include <linux/module.h> | 16 | #include <linux/module.h> |