ERROR: "foo *__user * bar" should be "foo *__user *bar"

Signed-off-by: Omar Ramirez Luna <[email protected]>
CC: Nishant Menon <[email protected]>
---
 arch/arm/plat-omap/include/dspbridge/wcdioctl.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/plat-omap/include/dspbridge/wcdioctl.h 
b/arch/arm/plat-omap/include/dspbridge/wcdioctl.h
index b213b82..397361c 100644
--- a/arch/arm/plat-omap/include/dspbridge/wcdioctl.h
+++ b/arch/arm/plat-omap/include/dspbridge/wcdioctl.h
@@ -54,7 +54,7 @@ union Trapped_Args {
        } ARGS_MGR_UNREGISTEROBJECT;
 
        struct {
-               struct DSP_NOTIFICATION  __user*__user *aNotifications;
+               struct DSP_NOTIFICATION  __user *__user *aNotifications;
                u32 uCount;
                u32 __user *puIndex;
                u32 uTimeout;
@@ -111,7 +111,7 @@ union Trapped_Args {
        struct {
                DSP_HPROCESSOR hProcessor;
                s32 iArgc;
-               char __user*__user *aArgv;
+               char __user *__user *aArgv;
                char *__user *aEnvp;
        } ARGS_PROC_LOAD;
 
-- 
1.6.2.4

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to