linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: sm750fb: unsigned int instead of unsigned
@ 2016-04-29  9:21 Manav Batra
  2016-04-29 10:02 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Manav Batra @ 2016-04-29  9:21 UTC (permalink / raw)
  To: gregkh, linux-fbdev, devel, linux-kernel

Signed-off-by: Manav Batra <batmanav10@gmail.com>

Replaced occurences of unsigned with unsigned int.
---
 drivers/staging/sm750fb/sm750.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c
index 6ed004e..0665b5c 100644
--- a/drivers/staging/sm750fb/sm750.c
+++ b/drivers/staging/sm750fb/sm750.c
@@ -575,11 +575,11 @@ static int lynxfb_ops_check_var(struct fb_var_screeninfo *var,
 	return hw_sm750_crtc_checkMode(crtc, var);
 }
 
-static int lynxfb_ops_setcolreg(unsigned regno,
-				unsigned red,
-				unsigned green,
-				unsigned blue,
-				unsigned transp,
+static int lynxfb_ops_setcolreg(unsigned int regno,
+				unsigned int red,
+				unsigned int green,
+				unsigned int blue,
+				unsigned int transp,
 				struct fb_info *info)
 {
 	struct lynxfb_par *par;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: sm750fb: unsigned int instead of unsigned
  2016-04-29  9:21 [PATCH] staging: sm750fb: unsigned int instead of unsigned Manav Batra
@ 2016-04-29 10:02 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2016-04-29 10:02 UTC (permalink / raw)
  To: Manav Batra; +Cc: gregkh, linux-fbdev, devel, linux-kernel

On Fri, Apr 29, 2016 at 02:21:43AM -0700, Manav Batra wrote:
> Signed-off-by: Manav Batra <batmanav10@gmail.com>
> 
> Replaced occurences of unsigned with unsigned int.

The Signed-off-by goes at the end.  Look at some other patches and copy
the format.  Please resend everything.

regards,
dan carpenter

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-29 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-29  9:21 [PATCH] staging: sm750fb: unsigned int instead of unsigned Manav Batra
2016-04-29 10:02 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).