summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-mmc/dbg.c
diff options
context:
space:
mode:
authorChristian Lütke-Stetzkamp <christian@lkamp.de>2018-04-04 22:15:21 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-23 15:34:02 +0200
commit791e509cd0bb37ed1ce7805c682c7cfe61aa630b (patch)
tree8c5064b0b8f9db0e1e33eda6a183388a6aa2f4b5 /drivers/staging/mt7621-mmc/dbg.c
parent63a97a70b1e2ef9a22a07199796e097a35bd2ac9 (diff)
staging: mt7621-mmc: Fix Pointer Location
Fix checkpatch error: POINTER_LOCATION Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de> Reviewed-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-mmc/dbg.c')
-rw-r--r--drivers/staging/mt7621-mmc/dbg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/mt7621-mmc/dbg.c b/drivers/staging/mt7621-mmc/dbg.c
index 215b2fc8c899..1ae9708efd20 100644
--- a/drivers/staging/mt7621-mmc/dbg.c
+++ b/drivers/staging/mt7621-mmc/dbg.c
@@ -117,9 +117,9 @@ u32 msdc_time_calc(u32 old_L32, u32 old_H32, u32 new_L32, u32 new_H32)
return ret;
}
-void msdc_sdio_profile(struct sdio_profile* result)
+void msdc_sdio_profile(struct sdio_profile *result)
{
- struct cmd_profile* cmd;
+ struct cmd_profile *cmd;
u32 i;
printk("sdio === performance dump ===\n");
@@ -177,8 +177,8 @@ void msdc_sdio_profile(struct sdio_profile* result)
//========= sdio command table ===========
void msdc_performance(u32 opcode, u32 sizes, u32 bRx, u32 ticks)
{
- struct sdio_profile* result = &sdio_perfomance;
- struct cmd_profile* cmd;
+ struct sdio_profile *result = &sdio_perfomance;
+ struct cmd_profile *cmd;
u32 block;
if (sdio_pro_enable == 0) {