Skip to content

Commit

Permalink
staging: et131x: Rename et131x_config_global_regs > et131x_configure_…
Browse files Browse the repository at this point in the history
…global_regs

Typo in header file. Also renaming a few adapter references to fit in with the rest of the file.

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 3e85436 commit 5cf51e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/et131x/et131x.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
*/

/* et131x_eeprom.c */
int et131x_init_eeprom(struct et131x_adapter *etdev);
int et131x_init_eeprom(struct et131x_adapter *adapter);

/* et131x_initpci.c */
void et131x_config_global_regs(struct et131x_adapter *pAdapter);
void et131x_configure_global_regs(struct et131x_adapter *adapter);
void et131x_enable_interrupts(struct et131x_adapter *adapter);
void et131x_disable_interrupts(struct et131x_adapter *adapter);
void et131x_align_allocated_memory(struct et131x_adapter *adapter,
Expand Down

0 comments on commit 5cf51e8

Please sign in to comment.