From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754028AbbGSSmP (ORCPT ); Sun, 19 Jul 2015 14:42:15 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:37257 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753967AbbGSSmO (ORCPT ); Sun, 19 Jul 2015 14:42:14 -0400 From: Mario Bambagini To: marek.belisko@gmail.com Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, mario.bambagini@gmail.com Subject: [PATCH] staging: fix to match 80-char rule Date: Sun, 19 Jul 2015 20:41:51 +0200 Message-Id: <1437331311-16973-1-git-send-email-mario.bambagini@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed comment line to match the 80-char rules. The line contained 81 characters. The file is fully compliant with the code style, now. Signed-off-by: Mario Bambagini --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c index e5cc5be..931e45e 100644 --- a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c +++ b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c @@ -24,7 +24,7 @@ License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -----------------------------------------------------------------------------*/ + ----------------------------------------------------------------------------*/ #include #include -- 2.1.4