diff options
| author | 2019-03-06 14:32:05 +0200 | |
|---|---|---|
| committer | 2019-03-18 07:05:20 +0100 | |
| commit | 50d280f3e31c2f7825fc1664062e75deccf6f616 (patch) | |
| tree | d8426733f05ba5f5072932faa016046227c9a585 | |
| parent | staging: fbtft: Remove unused #defines. (diff) | |
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>
| -rw-r--r-- | drivers/staging/speakup/speakup_decpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/speakup/speakup_decpc.c b/drivers/staging/speakup/speakup_decpc.c index 459ee0c0bd57..798c42dfa16c 100644 --- a/drivers/staging/speakup/speakup_decpc.c +++ b/drivers/staging/speakup/speakup_decpc.c @@ -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); } |
