From: Ralph Mueck <linux-kernel@rmueck.de>
To: linux-kernel@rmueck.de
Cc: ma.oefelein@arcor.de, linux-kernel@i4.cs.fau.de,
gregkh@linuxfoundation.org, lisa@xenapiadmin.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] beeceem: Several checkpatch cleanups in InterfaceTx.c
Date: Mon, 30 Dec 2013 12:44:20 +0100 [thread overview]
Message-ID: <1388403864-19990-1-git-send-email-linux-kernel@rmueck.de> (raw)
This patch series fixes some checkpatch issues in InterfaceTx.c which is part of the beeceem driver.
The following errors/warnings have been fixed:
- prohibited spaces before a (semi)colon
- missing space before a variable assignment
- missing spaces between function arguments
- missing spaces before opening parentheses of if-conditionals
- unwanted opening braces of if-conditionals in an extra line
- spaces at the beginning of a line instead of tabs
- C99-style comments
However, over-80-chars warnings still remain.
This series applies no functional changes to the code whatsoever.
next reply other threads:[~2013-12-30 11:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-30 11:44 Ralph Mueck [this message]
2013-12-30 11:44 ` [PATCH 1/4] beeceem: Fix several whitespace issues in InterfaceTx.c Ralph Mueck
2013-12-30 11:44 ` [PATCH 2/4] beeceem: Add spaces before opening parentheses in if-conditionals " Ralph Mueck
2013-12-30 11:44 ` [PATCH 3/4] beeceem: Fix position of braces in conditional statements " Ralph Mueck
2013-12-30 11:44 ` [PATCH 4/4] beeceem: Replace C99-style comments with C89 pendants " Ralph Mueck
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=1388403864-19990-1-git-send-email-linux-kernel@rmueck.de \
--to=linux-kernel@rmueck.de \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@i4.cs.fau.de \
--cc=linux-kernel@vger.kernel.org \
--cc=lisa@xenapiadmin.com \
--cc=ma.oefelein@arcor.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