Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753810AbcKRR53 (ORCPT ); Fri, 18 Nov 2016 12:57:29 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35918 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752366AbcKRR52 (ORCPT ); Fri, 18 Nov 2016 12:57:28 -0500 From: Sergio Paracuellos To: gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, liodot@gmail.com, charrer@alacritech.com Subject: [PATCH 0/6] staging: slicoss: fix some style issues Date: Fri, 18 Nov 2016 18:58:04 +0100 Message-Id: <1479491890-10380-1-git-send-email-sergio.paracuellos@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 731 Lines: 18 This patchset fix several style issues to comply with the standard kernel coding style. Sergio Paracuellos (6): staging: slicoss: avoid CamelCases in slic.h staging: slicoss: fix parenthesis alignment in slicoss.c staging: slicoss: logical continuations should be on the previous line staging: slicoss: braces should be used on all arms of this statement staging: slicoss: avoid CamelCases in slichw.h staging: slicoss: avoid CamelCases slicoss.c drivers/staging/slicoss/slic.h | 30 +++--- drivers/staging/slicoss/slichw.h | 178 +++++++++++++++++----------------- drivers/staging/slicoss/slicoss.c | 194 +++++++++++++++++++------------------- 3 files changed, 200 insertions(+), 202 deletions(-) -- 1.9.1