aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorNeil Munro <neilmunro@gmail.com>2010-08-06 06:18:38 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-31 14:53:20 -0400
commita2b4e5f4474192808b3f61e6c05519797aa9594c (patch)
tree64f44bfc4defc83f875ebd7013c70cd8bd65504a /drivers/staging
parentbed49c69453641a2fd80d90f5a3b5204107eb459 (diff)
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rt2860/eeprom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rt2860/eeprom.h b/drivers/staging/rt2860/eeprom.h
index 039801a9709..72c8fb94165 100644
--- a/drivers/staging/rt2860/eeprom.h
+++ b/drivers/staging/rt2860/eeprom.h
@@ -42,7 +42,7 @@
42 * Public function declarations for prom-based chipset 42 * Public function declarations for prom-based chipset
43 ************************************************************************/ 43 ************************************************************************/
44int rtmp_ee_prom_read16(struct rt_rtmp_adapter *pAd, 44int rtmp_ee_prom_read16(struct rt_rtmp_adapter *pAd,
45 u16 Offset, u16 * pValue); 45 u16 Offset, u16 *pValue);
46#endif /* RTMP_PCI_SUPPORT // */ 46#endif /* RTMP_PCI_SUPPORT // */
47#ifdef RTMP_USB_SUPPORT 47#ifdef RTMP_USB_SUPPORT
48/************************************************************************* 48/*************************************************************************
@@ -55,7 +55,7 @@ int RTUSBReadEEPROM16(struct rt_rtmp_adapter *pAd,
55#ifdef RT30xx 55#ifdef RT30xx
56#ifdef RTMP_EFUSE_SUPPORT 56#ifdef RTMP_EFUSE_SUPPORT
57int rtmp_ee_efuse_read16(struct rt_rtmp_adapter *pAd, 57int rtmp_ee_efuse_read16(struct rt_rtmp_adapter *pAd,
58 u16 Offset, u16 * pValue); 58 u16 Offset, u16 *pValue);
59#endif /* RTMP_EFUSE_SUPPORT // */ 59#endif /* RTMP_EFUSE_SUPPORT // */
60#endif /* RT30xx // */ 60#endif /* RT30xx // */
61 61