From: Patrik Karlin <patrik.karlin@gmail.com>
To: chas@cmf.nrl.navy.mil
Cc: linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org,
Patrik Karlin <patrik.karlin@gmail.com>
Subject: [PATCH 2/5] drivers: atm: checkpatch.pl fixes removed all trailing whitespaces in eni.c
Date: Mon, 21 Jan 2013 00:12:52 +0100 [thread overview]
Message-ID: <1358723575-8345-2-git-send-email-patrik.karlin@gmail.com> (raw)
In-Reply-To: <1358723575-8345-1-git-send-email-patrik.karlin@gmail.com>
This patch removes all trailing whitespace's in eni.c
as sugested by checkpatch.pl
Signed-off-by: Patrik Kårlin <patrik.karlin@gmail.com>
---
drivers/atm/eni.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/atm/eni.c b/drivers/atm/eni.c
index 6ae0d89..1d5adc2 100644
--- a/drivers/atm/eni.c
+++ b/drivers/atm/eni.c
@@ -1,7 +1,7 @@
/* drivers/atm/eni.c - Efficient Networks ENI155P device driver */
-
+
/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
-
+
#include <linux/module.h>
#include <linux/kernel.h>
@@ -33,7 +33,7 @@
#if !defined(__i386__) && !defined(__x86_64__)
#ifndef ioremap_nocache
#define ioremap_nocache(X, Y) ioremap(X, Y)
-#endif
+#endif
#endif
/*
@@ -90,7 +90,7 @@ static void event_dump(void)
#else
-/*
+/*
* NULL pointer checking
*/
@@ -112,7 +112,7 @@ static int ec = 0;
static void EVENT(const char *s, unsigned long a, unsigned long b)
{
- ev[ec] = s;
+ ev[ec] = s;
ev_a[ec] = a;
ev_b[ec] = b;
ec = (ec+1) % EV;
@@ -1800,7 +1800,7 @@ static void eni_do_release(struct atm_dev *dev)
static int eni_start(struct atm_dev *dev)
{
struct eni_dev *eni_dev;
-
+
void __iomem *buf;
unsigned long buffer_mem;
int error;
@@ -2148,7 +2148,7 @@ static int eni_proc_read(struct atm_dev *dev, loff_t *pos, char *page)
" (default)"
#endif
"\n", "");
- if (!--left)
+ if (!--left)
return sprintf(page, "%4sBuffer multipliers: tx %d%%, rx %d%%\n",
"", eni_dev->tx_mult, eni_dev->rx_mult);
for (i = 0; i < NR_CHAN; i++) {
--
1.7.10.4
next prev parent reply other threads:[~2013-01-20 23:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-20 23:12 [PATCH 1/5] drivers: atm: checkpatch.pl fixed coding style errors in eni.c Patrik Karlin
2013-01-20 23:12 ` Patrik Karlin [this message]
2013-01-20 23:12 ` [PATCH 3/5] drivers: atm: checkpatch.pl fixed tabbed indentation " Patrik Karlin
2013-01-20 23:12 ` [PATCH 4/5] drivers: atm: checkpatch.pl changed headers from asm/* to linux/* " Patrik Karlin
2013-01-20 23:12 ` [PATCH 5/5] drivers: atm: checkpatch.pl fixed coding style issues " Patrik Karlin
2013-01-21 4:04 ` David Miller
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=1358723575-8345-2-git-send-email-patrik.karlin@gmail.com \
--to=patrik.karlin@gmail.com \
--cc=chas@cmf.nrl.navy.mil \
--cc=linux-atm-general@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/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).