diff options
Diffstat (limited to 'drivers/md/raid10.c')
| -rw-r--r-- | drivers/md/raid10.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/md/raid10.c b/drivers/md/raid10.c index 3b6880dd648d..aea11476fee6 100644 --- a/drivers/md/raid10.c +++ b/drivers/md/raid10.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 1 | /* | 2 | /* |
| 2 | * raid10.c : Multiple Devices driver for Linux | 3 | * raid10.c : Multiple Devices driver for Linux |
| 3 | * | 4 | * |
| @@ -6,16 +7,6 @@ | |||
| 6 | * RAID-10 support for md. | 7 | * RAID-10 support for md. |
| 7 | * | 8 | * |
| 8 | * Base on code in raid1.c. See raid1.c for further copyright information. | 9 | * Base on code in raid1.c. See raid1.c for further copyright information. |
| 9 | * | ||
| 10 | * | ||
| 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, or (at your option) | ||
| 14 | * any later version. | ||
| 15 | * | ||
| 16 | * You should have received a copy of the GNU General Public License | ||
| 17 | * (for example /usr/src/linux/COPYING); if not, write to the Free | ||
| 18 | * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 19 | */ | 10 | */ |
| 20 | 11 | ||
| 21 | #include <linux/slab.h> | 12 | #include <linux/slab.h> |
