summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_bri.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-01-11 15:16:34 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-01-11 15:16:34 +0000
commite3d69c921fa952d060a96b0feac824a7da5da0a3 (patch)
treeaed1d6790620acd1ce1eaa514555a3e60913fd6e /drivers/dahdi/xpp/card_bri.c
parent73093535558f06580feac9a55787af51db76001c (diff)
xpp: style - remove eolspace
* Applied via: perl -pi -e 's/[ \t]+$//' "$@" Signed-off-by: Oron Peled <oron.peled@xorcom.com> Acked-By: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10421 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/card_bri.c')
-rw-r--r--drivers/dahdi/xpp/card_bri.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/dahdi/xpp/card_bri.c b/drivers/dahdi/xpp/card_bri.c
index 5485a5e..8e4a16c 100644
--- a/drivers/dahdi/xpp/card_bri.c
+++ b/drivers/dahdi/xpp/card_bri.c
@@ -483,7 +483,7 @@ static int rx_dchan(xpd_t *xpd, reg_cmd_t *regcmd)
goto out;
if((ret = bri_check_stat(xpd, dchan, src, len)) < 0)
goto out;
- /*
+ /*
* Tell Dahdi that we received len-1 bytes. They include the data and a 2-byte checksum.
* The last byte (that we don't pass on) is 0 if the checksum is correct. If it were wrong,
* we would drop the packet in the "if(src[len-1])" above.
@@ -747,7 +747,7 @@ static int BRI_card_dahdi_preregistration(xpd_t *xpd, bool on)
xbus_t *xbus;
struct BRI_priv_data *priv;
int i;
-
+
BUG_ON(!xpd);
xbus = xpd->xbus;
priv = xpd->priv;
@@ -787,7 +787,7 @@ static int BRI_card_dahdi_preregistration(xpd_t *xpd, bool on)
static int BRI_card_dahdi_postregistration(xpd_t *xpd, bool on)
{
xbus_t *xbus;
-
+
BUG_ON(!xpd);
xbus = xpd->xbus;
BUG_ON(!xbus);
@@ -1502,7 +1502,7 @@ static int BRI_card_register_reply(xbus_t *xbus, xpd_t *xpd, reg_cmd_t *info)
priv->dchan_rx_drops++;
if(atomic_read(&PHONEDEV(xpd).open_counter) > 0)
XPD_NOTICE(xpd, "Multibyte Drop: errno=%d\n", ret);
- }
+ }
goto end;
}
if(REG_FIELD(info, regnum) == A_SU_RD_STA) {
@@ -1516,7 +1516,7 @@ static int BRI_card_register_reply(xbus_t *xbus, xpd_t *xpd, reg_cmd_t *info)
REG_FIELD(&xpd->requested_reply, subreg) == REG_FIELD(info, subreg)) {
xpd->last_reply = *info;
}
-
+
end:
spin_unlock_irqrestore(&xpd->lock, flags);
return 0;