Skip to content

Commit

Permalink
staging: et131x: Converting et1310_rx.c function and local names from…
Browse files Browse the repository at this point in the history
… CamelCase

Also renamed some items to improve readability, and other minor tidy-ups.
Tested on an ET-131x device.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mark Einon authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent c2329af commit 9590e93
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 102 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/et131x/et1310_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ void et131x_mii_check(struct et131x_adapter *etdev,
et1310_phy_and_or_reg(etdev, 0x16, 0xcfff,
0x2000);

SetRxDmaTimer(etdev);
et131x_set_rx_dma_timer(etdev);
config_mac_regs2(etdev);
}
}
Expand Down
Loading

0 comments on commit 9590e93

Please sign in to comment.