diff options
Diffstat (limited to 'drivers/net/ethernet/intel/i40e/i40e_client.c')
| -rw-r--r-- | drivers/net/ethernet/intel/i40e/i40e_client.c | 32 |
1 files changed, 4 insertions, 28 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_client.c b/drivers/net/ethernet/intel/i40e/i40e_client.c index d8ce4999864f..5f3b8b9ff511 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_client.c +++ b/drivers/net/ethernet/intel/i40e/i40e_client.c | |||
| @@ -1,29 +1,5 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /******************************************************************************* | 2 | /* Copyright(c) 2013 - 2018 Intel Corporation. */ |
| 3 | * | ||
| 4 | * Intel Ethernet Controller XL710 Family Linux Driver | ||
| 5 | * Copyright(c) 2013 - 2017 Intel Corporation. | ||
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify it | ||
| 8 | * under the terms and conditions of the GNU General Public License, | ||
| 9 | * version 2, as published by the Free Software Foundation. | ||
| 10 | * | ||
| 11 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
| 12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
| 13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
| 14 | * more details. | ||
| 15 | * | ||
| 16 | * You should have received a copy of the GNU General Public License along | ||
| 17 | * with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 18 | * | ||
| 19 | * The full GNU General Public License is included in this distribution in | ||
| 20 | * the file called "COPYING". | ||
| 21 | * | ||
| 22 | * Contact Information: | ||
| 23 | * e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> | ||
| 24 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | ||
| 25 | * | ||
| 26 | ******************************************************************************/ | ||
| 27 | 3 | ||
| 28 | #include <linux/list.h> | 4 | #include <linux/list.h> |
| 29 | #include <linux/errno.h> | 5 | #include <linux/errno.h> |
| @@ -64,7 +40,7 @@ static struct i40e_ops i40e_lan_ops = { | |||
| 64 | /** | 40 | /** |
| 65 | * i40e_client_get_params - Get the params that can change at runtime | 41 | * i40e_client_get_params - Get the params that can change at runtime |
| 66 | * @vsi: the VSI with the message | 42 | * @vsi: the VSI with the message |
| 67 | * @param: clinet param struct | 43 | * @params: client param struct |
| 68 | * | 44 | * |
| 69 | **/ | 45 | **/ |
| 70 | static | 46 | static |
| @@ -590,7 +566,7 @@ static int i40e_client_virtchnl_send(struct i40e_info *ldev, | |||
| 590 | * i40e_client_setup_qvlist | 566 | * i40e_client_setup_qvlist |
| 591 | * @ldev: pointer to L2 context. | 567 | * @ldev: pointer to L2 context. |
| 592 | * @client: Client pointer. | 568 | * @client: Client pointer. |
| 593 | * @qv_info: queue and vector list | 569 | * @qvlist_info: queue and vector list |
| 594 | * | 570 | * |
| 595 | * Return 0 on success or < 0 on error | 571 | * Return 0 on success or < 0 on error |
| 596 | **/ | 572 | **/ |
| @@ -665,7 +641,7 @@ err: | |||
| 665 | * i40e_client_request_reset | 641 | * i40e_client_request_reset |
| 666 | * @ldev: pointer to L2 context. | 642 | * @ldev: pointer to L2 context. |
| 667 | * @client: Client pointer. | 643 | * @client: Client pointer. |
| 668 | * @level: reset level | 644 | * @reset_level: reset level |
| 669 | **/ | 645 | **/ |
| 670 | static void i40e_client_request_reset(struct i40e_info *ldev, | 646 | static void i40e_client_request_reset(struct i40e_info *ldev, |
| 671 | struct i40e_client *client, | 647 | struct i40e_client *client, |
