* [PATCH 1/2] staging: rtl8723au: core: pointer issue
@ 2014-10-26 16:17 Paul McQuade
2014-10-29 9:38 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Paul McQuade @ 2014-10-26 16:17 UTC (permalink / raw)
To: paulmcquad
Cc: linux-kernel, devel, linux-wireless, cmroliv, gdonald,
standby24x7, ninox, gregkh, Jes.Sorensen, Larry.Finger
ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: Paul McQuade <paulmcquad@gmail.com>
---
drivers/staging/rtl8723au/core/rtw_efuse.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_efuse.c b/drivers/staging/rtl8723au/core/rtw_efuse.c
index 9f6ce7d..c44051d 100644
--- a/drivers/staging/rtl8723au/core/rtw_efuse.c
+++ b/drivers/staging/rtl8723au/core/rtw_efuse.c
@@ -333,12 +333,12 @@ EFUSE_Read1Byte23a(struct rtw_adapter *Adapter, u16 Address)
void
EFUSE_Write1Byte(
- struct rtw_adapter * Adapter,
+ struct rtw_adapter *Adapter,
u16 Address,
u8 Value);
void
EFUSE_Write1Byte(
- struct rtw_adapter * Adapter,
+ struct rtw_adapter *Adapter,
u16 Address,
u8 Value)
{
@@ -641,7 +641,7 @@ Efuse_ReadAllMap(struct rtw_adapter *pAdapter, u8 efuseType, u8 *Efuse)
*---------------------------------------------------------------------------*/
static void
efuse_ShadowRead1Byte(
- struct rtw_adapter * pAdapter,
+ struct rtw_adapter *pAdapter,
u16 Offset,
u8 *Value)
{
@@ -653,7 +653,7 @@ efuse_ShadowRead1Byte(
/* Read Two Bytes */
static void
efuse_ShadowRead2Byte(
- struct rtw_adapter * pAdapter,
+ struct rtw_adapter *pAdapter,
u16 Offset,
u16 *Value)
{
@@ -666,7 +666,7 @@ efuse_ShadowRead2Byte(
/* Read Four Bytes */
static void
efuse_ShadowRead4Byte(
- struct rtw_adapter * pAdapter,
+ struct rtw_adapter *pAdapter,
u16 Offset,
u32 *Value)
{
@@ -728,7 +728,7 @@ void EFUSE_ShadowMapUpdate23a(struct rtw_adapter *pAdapter, u8 efuseType)
*---------------------------------------------------------------------------*/
void
EFUSE_ShadowRead23a(
- struct rtw_adapter * pAdapter,
+ struct rtw_adapter *pAdapter,
u8 Type,
u16 Offset,
u32 *Value)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] staging: rtl8723au: core: pointer issue
2014-10-26 16:17 [PATCH 1/2] staging: rtl8723au: core: pointer issue Paul McQuade
@ 2014-10-29 9:38 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-10-29 9:38 UTC (permalink / raw)
To: Paul McQuade
Cc: linux-kernel, devel, linux-wireless, cmroliv, gdonald,
standby24x7, ninox, Jes.Sorensen, Larry.Finger
On Sun, Oct 26, 2014 at 04:17:46PM +0000, Paul McQuade wrote:
> ERROR: "foo * bar" should be "foo *bar"
>
> Signed-off-by: Paul McQuade <paulmcquad@gmail.com>
> ---
> drivers/staging/rtl8723au/core/rtw_efuse.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
Again with the odd subject :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-29 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-26 16:17 [PATCH 1/2] staging: rtl8723au: core: pointer issue Paul McQuade
2014-10-29 9:38 ` Greg KH
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®