Skip to content

Commit 840fe63

Browse files
Julia LawallStefan Richter
authored andcommitted
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>
1 parent e78483c commit 840fe63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ieee1394/ohci1394.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ static int ohci_iso_recv_init(struct hpsb_iso *iso)
11061106
if (recv->block_irq_interval * 4 > iso->buf_packets)
11071107
recv->block_irq_interval = iso->buf_packets / 4;
11081108
if (recv->block_irq_interval < 1)
1109-
recv->block_irq_interval = 1;
1109+
recv->block_irq_interval = 1;
11101110

11111111
/* choose a buffer stride */
11121112
/* must be a power of 2, and <= PAGE_SIZE */

0 commit comments

Comments
 (0)