[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <d82909a235a0ca88319aaf7990fc94f7ebb649bb.1195454435.git.joe@perches.com>
Date: Mon, 19 Nov 2007 17:48:13 -0800
From: Joe Perches <joe@...ches.com>
To: linux-kernel@...r.kernel.org
Cc: Karsten Keil <kkeil@...e.de>, isdn4linux@...tserv.isdn4linux.de
Subject: [PATCH 21/59] drivers/isdn: Add missing "space"
Signed-off-by: Joe Perches <joe@...ches.com>
---
drivers/isdn/i4l/isdn_ppp.c | 2 +-
drivers/isdn/i4l/isdn_x25iface.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/isdn/i4l/isdn_ppp.c b/drivers/isdn/i4l/isdn_ppp.c
index 9f5fe37..742e0f6 100644
--- a/drivers/isdn/i4l/isdn_ppp.c
+++ b/drivers/isdn/i4l/isdn_ppp.c
@@ -2472,7 +2472,7 @@ static void isdn_ppp_ccp_reset_ack_rcvd(struct ippp_struct *is,
" for id %d but not expected\n", id);
} else {
printk(KERN_INFO "ippp_ccp: ResetAck received out of"
- "sync for id %d\n", id);
+ " sync for id %d\n", id);
}
if(rs->ta) {
rs->ta = 0;
diff --git a/drivers/isdn/i4l/isdn_x25iface.c b/drivers/isdn/i4l/isdn_x25iface.c
index 8b3efc2..a2121c1 100644
--- a/drivers/isdn/i4l/isdn_x25iface.c
+++ b/drivers/isdn/i4l/isdn_x25iface.c
@@ -65,7 +65,7 @@ static struct concap_proto_ops ix25_pops = {
/* error message helper function */
static void illegal_state_warn( unsigned state, unsigned char firstbyte)
{
- printk( KERN_WARNING "isdn_x25iface: firstbyte %x illegal in"
+ printk( KERN_WARNING "isdn_x25iface: firstbyte %x illegal in "
"current state %d\n",firstbyte, state );
}
--
1.5.3.5.652.gf192c
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists