From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932793AbbJ1JU4 (ORCPT ); Wed, 28 Oct 2015 05:20:56 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:35058 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755587AbbJ1JMI (ORCPT ); Wed, 28 Oct 2015 05:12:08 -0400 From: Sudip Mukherjee To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH v2 00/11] parport cleanup Date: Wed, 28 Oct 2015 14:41:29 +0530 Message-Id: <1446023500-21292-1-git-send-email-sudipm.mukherjee@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 Hi Greg, A small series of checkpatch cleanup on parport. This is the first set. v1 had a problem with the From: line. Its only cleanup and no other change is done. All the patches are also sent along with this pull request for your convenience. This is my first pull request. Did i mess it up? The following changes since commit 32b88194f71d6ae7768a29f87fbba454728273ee: Linux 4.3-rc7 (2015-10-25 10:39:47 +0900) are available in the git repository at: https://github.com/sudipm-mukherjee/parport.git tags/parport_cleanup1 for you to fetch changes up to e9df91f248c0addfba54555eee8d633d4511cd24: parport: avoid assignment in if (2015-10-28 13:53:10 +0530) ---------------------------------------------------------------- Geliang Tang (1): parport: fix a trivial typo Sudip Mukherjee (10): parport: remove trailing white space parport: EXPORT_SYMBOL should follow function parport: fix coding style parport: code indent should use tabs parport: quoted strings should not be split parport: remove braces parport: remove unnecessary out of memory message parport: change style of NULL comparison parport: remove unneeded space parport: avoid assignment in if drivers/parport/share.c | 246 +++++++++++++++++++++++++----------------------- 1 file changed, 126 insertions(+), 120 deletions(-) -- 1.9.1