summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/mmapdrv.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-01-12 17:12:48 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-01-12 17:12:48 +0000
commit93327599dfb103acb6de841b5df1aefb6b04a96f (patch)
tree2b14a0cc29e16ead6bdf06f6cb4780c33aac405e /drivers/dahdi/xpp/mmapdrv.c
parent3f9c0579ac1bd233b5dac2a0f64e934b495068da (diff)
xpp: style - manual whitespace/line-breaks cleanup
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@10435 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/mmapdrv.c')
-rw-r--r--drivers/dahdi/xpp/mmapdrv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/xpp/mmapdrv.c b/drivers/dahdi/xpp/mmapdrv.c
index d258581..6384d18 100644
--- a/drivers/dahdi/xpp/mmapdrv.c
+++ b/drivers/dahdi/xpp/mmapdrv.c
@@ -465,11 +465,11 @@ static int __init xpp_mmap_load_fpga(u8 * data, size_t size)
*/
for (j = 0; j < 8; j++)
{
- if (__u8 &1)
+ if (__u8 & 1)
bfin_write_PORTGIO_SET(DATA);
else
bfin_write_PORTGIO_CLEAR(DATA);
- __u8 >>=1;
+ __u8 >>= 1;
bfin_write_PORTGIO_SET(DCLK);
bfin_write_PORTGIO_CLEAR(DCLK);
}