Staging: RT2860: Fixed both coding style errors in eeprom.h
Fixed two coding style errors in the form of pointer style issues in eeprom.h. Signed-off-by: Neil Munro <neilmunro@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bed49c6945
commit
a2b4e5f447
@@ -42,7 +42,7 @@
|
|||||||
* Public function declarations for prom-based chipset
|
* Public function declarations for prom-based chipset
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
int rtmp_ee_prom_read16(struct rt_rtmp_adapter *pAd,
|
int rtmp_ee_prom_read16(struct rt_rtmp_adapter *pAd,
|
||||||
u16 Offset, u16 * pValue);
|
u16 Offset, u16 *pValue);
|
||||||
#endif /* RTMP_PCI_SUPPORT // */
|
#endif /* RTMP_PCI_SUPPORT // */
|
||||||
#ifdef RTMP_USB_SUPPORT
|
#ifdef RTMP_USB_SUPPORT
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
@@ -55,7 +55,7 @@ int RTUSBReadEEPROM16(struct rt_rtmp_adapter *pAd,
|
|||||||
#ifdef RT30xx
|
#ifdef RT30xx
|
||||||
#ifdef RTMP_EFUSE_SUPPORT
|
#ifdef RTMP_EFUSE_SUPPORT
|
||||||
int rtmp_ee_efuse_read16(struct rt_rtmp_adapter *pAd,
|
int rtmp_ee_efuse_read16(struct rt_rtmp_adapter *pAd,
|
||||||
u16 Offset, u16 * pValue);
|
u16 Offset, u16 *pValue);
|
||||||
#endif /* RTMP_EFUSE_SUPPORT // */
|
#endif /* RTMP_EFUSE_SUPPORT // */
|
||||||
#endif /* RT30xx // */
|
#endif /* RT30xx // */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user