lkml.org 
[lkml]   [2014]   [Dec]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] staging: rts5208: Removed the new typedefs
Date
This patch fix the checkpatch.pl warning:

WARNING: do not add new typedefs

Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com>
---
drivers/staging/rts5208/rtsx_sys.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rts5208/rtsx_sys.h b/drivers/staging/rts5208/rtsx_sys.h
index 0b6b4d4..f04d997 100644
--- a/drivers/staging/rts5208/rtsx_sys.h
+++ b/drivers/staging/rts5208/rtsx_sys.h
@@ -28,7 +28,7 @@
#include "rtsx_chip.h"
#include "rtsx_card.h"

-typedef dma_addr_t ULONG_PTR;
+dma_addr_t ULONG_PTR;

static inline void rtsx_exclusive_enter_ss(struct rtsx_chip *chip)
{
--
1.9.1


\
 
 \ /
  Last update: 2014-12-10 15:21    [W:0.030 / U:0.836 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site