summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-01-11 20:33:03 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-01-11 20:33:03 +0000
commit774809fb4542ffafdc6b11ae6c3a95e6deb1e2b2 (patch)
tree847b22ec47522ceadcea0c6e577eeb9487e8943c
parent7e5df413cddee8f945837a142e56fdc0c91b5c72 (diff)
xpp: style: fix an improper line break.
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10432 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/xpp/xbus-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/xpp/xbus-core.c b/drivers/dahdi/xpp/xbus-core.c
index 28538e3..a316b0b 100644
--- a/drivers/dahdi/xpp/xbus-core.c
+++ b/drivers/dahdi/xpp/xbus-core.c
@@ -260,8 +260,8 @@ xpacket_t *xframe_next_packet(xframe_t *frm, int len)
newlen += len;
#if 0
- DBG(GENERAL, "len=%d, newlen=%d,
- frm->frame_len=%d\n", len, newlen, XFRAME_LEN(frm));
+ DBG(GENERAL, "len=%d, newlen=%d, frm->frame_len=%d\n",
+ len, newlen, XFRAME_LEN(frm));
#endif
if (newlen > XFRAME_DATASIZE) {
return NULL;