staging: et131x: Rename et131x_config_global_regs > et131x_configure_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>
This commit is contained in:
parent
3e85436187
commit
5cf51e8aad
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue