Commit 840fe6359c1db978d01fceb8a023f5f6efdf7f1c

Authored by Julia Lawall
Committed by Stefan Richter
1 parent e78483c5ae

ieee1394: Adjust confusing if indentation

Indent the branch of an if.

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/ieee1394/ohci1394.c
... ... @@ -1106,7 +1106,7 @@
1106 1106 if (recv->block_irq_interval * 4 > iso->buf_packets)
1107 1107 recv->block_irq_interval = iso->buf_packets / 4;
1108 1108 if (recv->block_irq_interval < 1)
1109   - recv->block_irq_interval = 1;
  1109 + recv->block_irq_interval = 1;
1110 1110  
1111 1111 /* choose a buffer stride */
1112 1112 /* must be a power of 2, and <= PAGE_SIZE */