From: Neil Munro Date: Fri, 6 Aug 2010 10:18:38 +0000 (+0100) Subject: Staging: RT2860: Fixed both coding style errors in eeprom.h X-Git-Tag: v2.6.37-rc1~60^2~3^2~790 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a2b4e5f4474192808b3f61e6c05519797aa9594c;p=~shefty%2Frdma-dev.git 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 Signed-off-by: Greg Kroah-Hartman --- 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 @@ * Public function declarations for prom-based chipset ************************************************************************/ int rtmp_ee_prom_read16(struct rt_rtmp_adapter *pAd, - u16 Offset, u16 * pValue); + u16 Offset, u16 *pValue); #endif /* RTMP_PCI_SUPPORT // */ #ifdef RTMP_USB_SUPPORT /************************************************************************* @@ -55,7 +55,7 @@ int RTUSBReadEEPROM16(struct rt_rtmp_adapter *pAd, #ifdef RT30xx #ifdef RTMP_EFUSE_SUPPORT int rtmp_ee_efuse_read16(struct rt_rtmp_adapter *pAd, - u16 Offset, u16 * pValue); + u16 Offset, u16 *pValue); #endif /* RTMP_EFUSE_SUPPORT // */ #endif /* RT30xx // */