linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Geis <simon.geis@fau.de>
To: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Simon Geis <simon.geis@fau.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Colin Ian King <colin.king@canonical.com>,
	Adam Zerella <adam.zerella@gmail.com>,
	linux-kernel@vger.kernel.org, linux-kernel@i4.cs.fau.de,
	Lukas Panzer <lukas.panze@fau.de>
Subject: [PATCH 00/12] PCMCIA: Fix style issues in i82092.c
Date: Sun,  8 Dec 2019 17:06:02 +0100	[thread overview]
Message-ID: <20191208160613.19904-1-simon.geis@fau.de> (raw)

This patch series removes all style issues detected
by checkpatch.pl.

Simon Geis (12):
  PCMCIA: use dev_err/dev_info instead of printk
  PCMCIA: remove trailing whitespaces
  PCMCIA: add/remove wrong spaces
  PCMCIA: Remove spaces before tabs
  PCMCIA: remove braces around single statement blocks
  PCMCIA: insert blank line after declarations
  PCMCIA: change incorrect code indentation
  PCMCIA: move assignment out of if condition
  PCMCIA: shorten the lines with over 80 characters
  PCMCIA: include <linux/io.h> instead of <asm/io.h>
  PCMCIA: use pr_debug instead of enter/leave
  PCMCIA: remove ifdef 0 block

 drivers/pcmcia/i82092.c   | 714 +++++++++++++++++++++-----------------
 drivers/pcmcia/i82092aa.h |  11 -
 2 files changed, 396 insertions(+), 329 deletions(-)

-- 
2.20.1


                 reply	other threads:[~2019-12-08 16:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191208160613.19904-1-simon.geis@fau.de \
    --to=simon.geis@fau.de \
    --cc=adam.zerella@gmail.com \
    --cc=colin.king@canonical.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@i4.cs.fau.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@dominikbrodowski.net \
    --cc=lukas.panze@fau.de \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).