Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751395AbdGQQhQ (ORCPT ); Mon, 17 Jul 2017 12:37:16 -0400 Received: from smtprelay.synopsys.com ([198.182.47.9]:36804 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751291AbdGQQhN (ORCPT ); Mon, 17 Jul 2017 12:37:13 -0400 From: Carlos Palminha To: , CC: , , , Carlos Palminha Subject: [PATCH 0/5] parport: cleanup several checkpatch issues Date: Mon, 17 Jul 2017 17:36:57 +0100 Message-ID: <20170717163702.17427-1-palminha@synopsys.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.25.64] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1360 Lines: 33 cleanup 6 type of checkpatch issues, each type per patch: - trailing statements should be on next line - space prohibited between function name and open parenthesis '(' - do not initialise statics to 0 / NULL - that open brace { should be on the previous line - braces {} are not necessary for any arm of this statement The patchset was based on linux next, tag next-20170714 Carlos Palminha (5): parport: add newline to trailing statements parport: cleanup prohibited space after functions name parport: cleanup statics initialization to NULL or 0 parport: move open braces to the same line parport: remove unnecessary braces drivers/parport/daisy.c | 12 +- drivers/parport/ieee1284.c | 267 +++++++++++++++--------------- drivers/parport/ieee1284_ops.c | 345 ++++++++++++++++++++------------------- drivers/parport/parport_atari.c | 6 +- drivers/parport/parport_cs.c | 4 +- drivers/parport/parport_gsc.c | 78 ++++----- drivers/parport/parport_ip32.c | 2 +- drivers/parport/parport_mfc3.c | 4 +- drivers/parport/parport_pc.c | 3 +- drivers/parport/parport_serial.c | 52 +++--- drivers/parport/parport_sunbpp.c | 29 ++-- drivers/parport/probe.c | 46 +++--- drivers/parport/procfs.c | 28 ++-- 13 files changed, 438 insertions(+), 438 deletions(-) -- 2.11.0