mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 983/983] Staging: RT2860: Fixed both errors in eeprom.h
@ 2010-08-06 10:18 Neil Munro
  0 siblings, 0 replies; only message in thread
From: Neil Munro @ 2010-08-06 10:18 UTC (permalink / raw)
  To: gregkh, wfp5p; +Cc: devel, linux-kernel, Niadh

From: Niadh <neilmunro@gmail.com>

Fixed two errors in the form of pointer style issues in eeprom.h.

Signed-off-by: Neil Munro <neilmunro@gmail.com>
---
 drivers/staging/rt2860/eeprom.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rt2860/eeprom.h b/drivers/staging/rt2860/eeprom.h
index 039801a..72c8fb9 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 // */

--
1.7.2.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-06 10:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-06 10:18 [PATCH 983/983] Staging: RT2860: Fixed both errors in eeprom.h Neil Munro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®