| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * spidev platform data initilization file |
|---|
| 3 | + * spidev platform data initialization file |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * (C) Copyright 2014, 2016 Intel Corporation |
|---|
| 5 | 6 | * Authors: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|
| 6 | 7 | * Dan O'Donovan <dan@emutex.com> |
|---|
| 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 | | - * as published by the Free Software Foundation; version 2 |
|---|
| 11 | | - * of the License. |
|---|
| 12 | 8 | */ |
|---|
| 13 | 9 | |
|---|
| 14 | 10 | #include <linux/err.h> |
|---|