Commit 1813b3c3 authored by Shreeya Patel's avatar Shreeya Patel Committed by Greg Kroah-Hartman

Staging: irda: Remove trailing whitespace errors

Remove trailing whitespace checkpatch errors.
Signed-off-by: default avatarShreeya Patel <shreeya.patel23498@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7aebff11
/********************************************************************* /*********************************************************************
* *
* Filename: esi.c * Filename: esi.c
* Version: 1.6 * Version: 1.6
* Description: Driver for the Extended Systems JetEye PC dongle * Description: Driver for the Extended Systems JetEye PC dongle
...@@ -8,25 +8,25 @@ ...@@ -8,25 +8,25 @@
* Created at: Sat Feb 21 18:54:38 1998 * Created at: Sat Feb 21 18:54:38 1998
* Modified at: Sun Oct 27 22:01:04 2002 * Modified at: Sun Oct 27 22:01:04 2002
* Modified by: Martin Diehl <mad@mdiehl.de> * Modified by: Martin Diehl <mad@mdiehl.de>
* *
* Copyright (c) 1999 Dag Brattli, <dagb@cs.uit.no>, * Copyright (c) 1999 Dag Brattli, <dagb@cs.uit.no>,
* Copyright (c) 1998 Thomas Davis, <ratbert@radiks.net>, * Copyright (c) 1998 Thomas Davis, <ratbert@radiks.net>,
* Copyright (c) 2002 Martin Diehl, <mad@mdiehl.de>, * Copyright (c) 2002 Martin Diehl, <mad@mdiehl.de>,
* All Rights Reserved. * All Rights Reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of * published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
* *
********************************************************************/ ********************************************************************/
#include <linux/module.h> #include <linux/module.h>
...@@ -97,7 +97,7 @@ static int esi_change_speed(struct sir_dev *dev, unsigned speed) ...@@ -97,7 +97,7 @@ static int esi_change_speed(struct sir_dev *dev, unsigned speed)
{ {
int ret = 0; int ret = 0;
int dtr, rts; int dtr, rts;
switch (speed) { switch (speed) {
case 19200: case 19200:
dtr = TRUE; dtr = TRUE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment