From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 950FDC50713 for ; Fri, 13 Dec 2019 20:37:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D592E24722 for ; Fri, 13 Dec 2019 20:37:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727565AbfLMNyx (ORCPT ); Fri, 13 Dec 2019 08:54:53 -0500 Received: from faui03.informatik.uni-erlangen.de ([131.188.30.103]:43638 "EHLO faui03.informatik.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727335AbfLMNyw (ORCPT ); Fri, 13 Dec 2019 08:54:52 -0500 Received: from faui04f.informatik.uni-erlangen.de (faui04f.informatik.uni-erlangen.de [IPv6:2001:638:a000:4130:131:188:30:136]) by faui03.informatik.uni-erlangen.de (Postfix) with ESMTP id 8A1D72417DD; Fri, 13 Dec 2019 14:54:49 +0100 (CET) Received: by faui04f.informatik.uni-erlangen.de (Postfix, from userid 66991) id 72116C20BC7; Fri, 13 Dec 2019 14:54:49 +0100 (CET) From: Simon Geis To: Dominik Brodowski Cc: Simon Geis , Greg Kroah-Hartman , Thomas Gleixner , Colin Ian King , Adam Zerella , linux-kernel@vger.kernel.org, linux-kernel@i4.cs.fau.de, Lukas Panzer Subject: [PATCH v3 00/10] PCMCIA/i82092: Fix style issues in i82092.c Date: Fri, 13 Dec 2019 14:53:02 +0100 Message-Id: <20191213135311.9111-1-simon.geis@fau.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series removes all style issues in i82092.c detected by checkpatch.pl. Version 3 changes: - patch 1: remove 'i82092aa' out of dev_ output - patch 7: merge comments - patch 9: remove enter/leave entirely - changes in commit descriptions Version 2 changes: - merge whitespace patches into a single patch - convert ?-operator to if statement (patch 7) - rewrite commit messages - add i82092 to subject - modify enter/leave macro Simon Geis (10): PCMCIA/i82092: use dev_ instead of printk PCMCIA/i82092: add/remove spaces to improve readability PCMCIA/i82092: remove braces around single statement blocks PCMCIA/i82092: insert blank line after declarations PCMCIA/i82092: change code indentation PCMCIA/i82092: move assignment out of if condition PCMCIA/i82092: shorten the lines with over 80 characters PCMCIA/i82092: include instead of PCMCIA/i82092: delete enter/leave macro PCMCIA/i82092: remove #if 0 block drivers/pcmcia/i82092.c | 639 ++++++++++++++++++-------------------- drivers/pcmcia/i82092aa.h | 11 - 2 files changed, 307 insertions(+), 343 deletions(-) -- 2.20.1