From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932482AbbFRN6R (ORCPT ); Thu, 18 Jun 2015 09:58:17 -0400 Received: from vsp-unauthed02.binero.net ([195.74.38.227]:3490 "EHLO bin-vsp-out-05.atm.binero.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753002AbbFRN5b (ORCPT ); Thu, 18 Jun 2015 09:57:31 -0400 X-Halon-ID: 1c290285-15c1-11e5-8d12-005056916f53 Authorized-sender: peter@zapto.se From: Peter Karlsson To: greg@kroah.com Cc: marek.belisko@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Peter Karlsson Subject: [PATCH 4/5] staging: ft1000-usb: Fixed some issues with lines over 80 characters Date: Thu, 18 Jun 2015 15:51:00 +0200 Message-Id: <1434635461-24643-5-git-send-email-peter@zapto.se> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1434635461-24643-1-git-send-email-peter@zapto.se> References: <1434635461-24643-1-git-send-email-peter@zapto.se> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix checkpatch warnings about lines over 80 characters. Signed-off-by: Peter Karlsson --- drivers/staging/ft1000/ft1000-usb/ft1000_ioctl.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_ioctl.h b/drivers/staging/ft1000/ft1000-usb/ft1000_ioctl.h index e9472be..af7ae70 100644 --- a/drivers/staging/ft1000/ft1000-usb/ft1000_ioctl.h +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_ioctl.h @@ -6,12 +6,12 @@ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or (at your option) any - * later version. This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. You should have received a copy of the GNU General Public - * License along with this program; if not, write to the + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. This program is distributed in the hope that it will be + * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General + * Public License for more details. You should have received a copy of the GNU + * General Public License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. *--------------------------------------------------------------------------- -- 1.9.1