mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Anjana Sasindran <anjanasasindran123@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org,
	Anjana Sasindran <anjanasasindran123@gmail.com>
Subject: [PATCH] staging: rts5208: Removed the new typedefs
Date: Wed, 10 Dec 2014 19:24:16 +0530	[thread overview]
Message-ID: <1418219656-2964-1-git-send-email-anjanasasindran123@gmail.com> (raw)

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


             reply	other threads:[~2014-12-10 13:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-10 13:54 Anjana Sasindran [this message]
2014-12-10 14:20 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1418219656-2964-1-git-send-email-anjanasasindran123@gmail.com \
    --to=anjanasasindran123@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®