diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-23 03:21:15 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-23 03:21:15 -0400 |
commit | 58ee01007c9e00531c1280b2d99b49d29a5e9844 (patch) | |
tree | d1feb7102591a811b4458e2e209d476580ae3687 /lib/sg_split.c | |
parent | 4850f26abfcac9ed28a4db5817b46dc0bfbbbae0 (diff) | |
parent | 4b972a01a7da614b4796475f933094751a295a2f (diff) |
Merge 5.2-rc6 into usb-next
We need the USB fixes in here too.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/sg_split.c')
-rw-r--r-- | lib/sg_split.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/sg_split.c b/lib/sg_split.c index b063410c3593..9982c63d1063 100644 --- a/lib/sg_split.c +++ b/lib/sg_split.c | |||
@@ -1,10 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2015 Robert Jarzmik <robert.jarzmik@free.fr> | 3 | * Copyright (C) 2015 Robert Jarzmik <robert.jarzmik@free.fr> |
3 | * | 4 | * |
4 | * Scatterlist splitting helpers. | 5 | * Scatterlist splitting helpers. |
5 | * | ||
6 | * This source code is licensed under the GNU General Public License, | ||
7 | * Version 2. See the file COPYING for more details. | ||
8 | */ | 6 | */ |
9 | 7 | ||
10 | #include <linux/scatterlist.h> | 8 | #include <linux/scatterlist.h> |