Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934882AbbLQPx2 (ORCPT ); Thu, 17 Dec 2015 10:53:28 -0500 Received: from faui40.informatik.uni-erlangen.de ([131.188.34.40]:57440 "EHLO faui40.informatik.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933247AbbLQPx0 (ORCPT ); Thu, 17 Dec 2015 10:53:26 -0500 From: =?UTF-8?q?Moritz=20K=C3=B6nig?= To: Ian Abbott , H Hartley Sweeten , Greg Kroah-Hartman , =?UTF-8?q?GitAuthor=3A=20Moritz=20K=C3=B6nig?= , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Cc: Fabian Lang , linux-kernel@i4.cs.fau.de Subject: [PATCH v2 0/3] STAGING: COMEDI: checkpatch.pl cleanups in plx9080.h Date: Thu, 17 Dec 2015 16:53:09 +0100 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: <5671B03F.2030103@mev.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1187 Lines: 37 This patchset fixes all the warnings and legitimate checks of checkpatch.pl in plx9080.h. The following warnings were fixed: * WARNING: Block comments use a trailing */ on a separate line * WARNING: Block comments use * on subsequent lines * WARNING: line over 80 characters The following checks were fixed: * CHECK: spaces preferred around that '-' (ctx:VxV) * CHECK: Prefer kernel type 'u8' over 'uint8_t' The following checks were not fixed: * CHECK: Avoid CamelCase: PCI version 21 seems to make sense --- Changes since v1: * Improved format of comments in patch 1 Moritz König (3): STAGING: COMEDI: Fixed format of comments in plx9080.h STAGING: COMEDI: Added spaces around binary operators in plx9080.h STAGING: COMEDI: Using kernel types in plx9080.h drivers/staging/comedi/drivers/plx9080.h | 126 ++++++++++++++++++++----------- 1 file changed, 80 insertions(+), 46 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/