Re: [PATCH] staging: sm750fb: unsigned int instead of unsigned

2016-04-29 Thread Dan Carpenter
On Fri, Apr 29, 2016 at 02:21:43AM -0700, Manav Batra wrote: > Signed-off-by: Manav Batra > > 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 ___

[PATCH] staging: sm750fb: unsigned int instead of unsigned

2016-04-29 Thread Manav Batra
Signed-off-by: Manav Batra 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/d