netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bas Peters <baspeters93@gmail.com>
To: isdn@linux-pingi.de
Cc: dan.carpenter@oracle.com, davem@davemloft.net,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	Bas Peters <baspeters93@gmail.com>
Subject: [PATCH 2/2] drivers: isdn: icn: icn.h Clean up trivial checkpatch errors.
Date: Sat,  7 Feb 2015 16:56:06 +0100	[thread overview]
Message-ID: <1423324566-5538-3-git-send-email-baspeters93@gmail.com> (raw)
In-Reply-To: <1423324566-5538-1-git-send-email-baspeters93@gmail.com>

---
 drivers/isdn/icn/icn.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/isdn/icn/icn.h b/drivers/isdn/icn/icn.h
index b713466..05daed2 100644
--- a/drivers/isdn/icn/icn.h
+++ b/drivers/isdn/icn/icn.h
@@ -54,7 +54,7 @@ typedef struct icn_cdef {
 
 /* some useful macros for debugging */
 #ifdef ICN_DEBUG_PORT
-#define OUTB_P(v, p) {printk(KERN_DEBUG "icn: outb_p(0x%02x,0x%03x)\n", v, p); outb_p(v, p);}
+#define OUTB_P(v, p) {printk(KERN_DEBUG "icn: outb_p(0x%02x,0x%03x)\n", v, p); outb_p(v, p); }
 #else
 #define OUTB_P outb
 #endif
@@ -186,8 +186,7 @@ typedef icn_dev *icn_devptr;
 #ifdef __KERNEL__
 
 static icn_card *cards = (icn_card *) 0;
-static u_char chan2bank[] =
-{0, 4, 8, 12};                  /* for icn_map_channel() */
+static u_char chan2bank[] = {0, 4, 8, 12}; /* for icn_map_channel() */
 
 static icn_dev dev;
 
-- 
2.1.0

  parent reply	other threads:[~2015-02-07 15:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-07 15:56 [PATCH 0/2] drivers: isdn: icn: fix checkpatch errors Bas Peters
2015-02-07 15:56 ` [PATCH 1/2] drivers: isdn: icn: icn.c: clean up all " Bas Peters
2015-02-07 16:07   ` Varka Bhadram
2015-02-07 15:56 ` Bas Peters [this message]
2015-02-07 16:09   ` [PATCH 2/2] drivers: isdn: icn: icn.h Clean up trivial " Varka Bhadram
2015-02-07 16:13     ` Bas Peters
2015-02-07 17:46   ` Sergei Shtylyov
  -- strict thread matches above, loose matches on Subject: below --
2015-02-07 16:12 [PATCH 0/2] drivers: isdn: icn: fix " Bas Peters
2015-02-07 16:12 ` [PATCH 2/2] drivers: isdn: icn: icn.h Clean up trivial " Bas Peters

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=1423324566-5538-3-git-send-email-baspeters93@gmail.com \
    --to=baspeters93@gmail.com \
    --cc=dan.carpenter@oracle.com \
    --cc=davem@davemloft.net \
    --cc=isdn@linux-pingi.de \
    --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).