[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191213135311.9111-1-simon.geis@fau.de>
Date: Fri, 13 Dec 2019 14:53:02 +0100
From: Simon Geis <simon.geis@....de>
To: Dominik Brodowski <linux@...inikbrodowski.net>
Cc: Simon Geis <simon.geis@....de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Thomas Gleixner <tglx@...utronix.de>,
Colin Ian King <colin.king@...onical.com>,
Adam Zerella <adam.zerella@...il.com>,
linux-kernel@...r.kernel.org, linux-kernel@...cs.fau.de,
Lukas Panzer <lukas.panzer@....de>
Subject: [PATCH v3 00/10] PCMCIA/i82092: Fix style issues in i82092.c
This patch series removes all style issues in i82092.c
detected by checkpatch.pl.
Version 3 changes:
- patch 1: remove 'i82092aa' out of dev_<level> 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_<level> 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 <linux/io.h> instead of <asm/io.h>
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
Powered by blists - more mailing lists