mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
staging: speakup: Spaces around operator
Add spaces around bitwise AND operator Signed-off-by: Daniela Mormocea <daniela.mormocea@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
730551f754
commit
50d280f3e3
@ -263,7 +263,7 @@ static int dt_wait_dma(void)
|
||||
if (!dt_waitbit(STAT_dma_ready))
|
||||
return 0;
|
||||
while (--timeout > 0) {
|
||||
if ((dt_getstatus()&STAT_dma_state) == state)
|
||||
if ((dt_getstatus() & STAT_dma_state) == state)
|
||||
return 1;
|
||||
udelay(50);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user