Skip to content

Commit

Permalink
ieee1394: Adjust confusing if indentation
Browse files Browse the repository at this point in the history
Indent the branch of an if.

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Julia Lawall authored and Stefan Richter committed Aug 5, 2010
1 parent e78483c commit 840fe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ieee1394/ohci1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ static int ohci_iso_recv_init(struct hpsb_iso *iso)
if (recv->block_irq_interval * 4 > iso->buf_packets)
recv->block_irq_interval = iso->buf_packets / 4;
if (recv->block_irq_interval < 1)
recv->block_irq_interval = 1;
recv->block_irq_interval = 1;

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

0 comments on commit 840fe63

Please sign in to comment.