foo

2010-07-22 Thread Kalpesh Rathod
unsubscribe
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 12/20] DSPBRIDGE: checkpatch foo-should-be for pointers

2009-11-30 Thread Omar Ramirez Luna
ERROR: foo *__user * bar should be foo *__user *bar

Signed-off-by: Omar Ramirez Luna omar.rami...@ti.com
CC: Nishant Menon n...@ti.com
---
 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html