Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941198AbcJGQ7d (ORCPT ); Fri, 7 Oct 2016 12:59:33 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:35256 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935076AbcJGQ70 (ORCPT ); Fri, 7 Oct 2016 12:59:26 -0400 From: Harman Kalra To: gregkh@linuxfoundation.org, sudipm.mukherjee@gmail.co Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Harman Kalra Subject: [PATCH 3/3] Staging: i4l: Error "open brace { should be on the previous line" fixed. Date: Fri, 7 Oct 2016 22:27:56 +0530 Message-Id: <1475859476-3524-3-git-send-email-harman4linux@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1475859476-3524-1-git-send-email-harman4linux@gmail.com> References: <20161005065219.GD11013@kroah.com> <1475859476-3524-1-git-send-email-harman4linux@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 719 Lines: 22 Error "open brace { should be on the previous line" caught by checkpatch.pl fixed. Signed-off-by: Harman Kalra --- drivers/staging/i4l/icn/icn.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/i4l/icn/icn.c b/drivers/staging/i4l/icn/icn.c index 514bfc2..3750ba3 100644 --- a/drivers/staging/i4l/icn/icn.c +++ b/drivers/staging/i4l/icn/icn.c @@ -411,8 +411,7 @@ int action; } icn_stat; /* *INDENT-OFF* */ -static icn_stat icn_stat_table[] = -{ +static icn_stat icn_stat_table[] = { {"BCON_", ISDN_STAT_BCONN, 1}, /* B-Channel connected */ {"BDIS_", ISDN_STAT_BHUP, 2}, /* B-Channel disconnected */ /* -- 1.7.9.5