All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: ravishankarkm <ravishankarkm32@gmail.com>
Cc: abbotti@mev.co.uk, hsweeten@visionengravers.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] Staging: comedi: fix type issue in s626.c
Date: Wed, 9 Mar 2016 07:33:10 -0800	[thread overview]
Message-ID: <20160309153310.GA25440@kroah.com> (raw)
In-Reply-To: <1457501390-8844-1-git-send-email-ravishankarkm32@gmail.com>

On Wed, Mar 09, 2016 at 10:59:47AM +0530, ravishankarkm wrote:
> This is a patch to the s626.c file that fixes up a type issues
> found by the checkpatch.pl tool.
> 
> i.e Prefer kernel type 'u8' over 'uint8_t'
>     Prefer kernel type 'u16' over 'uint16_t'
>     Prefer kernel type 'u32' over 'uint32_t'
>     Prefer kernel type 's16' over 'int16_t'
>     Prefer kernel type 's32' over 'int32_t'
> 
> Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com>
> ---
>  drivers/staging/comedi/drivers/s626.c | 306 +++++++++++++++++-----------------
>  1 file changed, 153 insertions(+), 153 deletions(-)

Your From: doesn't match your signed-off-by still, so I can't take these
yet :(

      parent reply	other threads:[~2016-03-09 15:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-09  5:29 [PATCH 1/3] Staging: comedi: fix type issue in s626.c ravishankarkm
2016-03-09  5:29 ` [PATCH 2/3] Staging: comedi: fix WARNING " ravishankarkm
2016-03-09 10:34   ` Ian Abbott
2016-03-09  5:29 ` [PATCH 3/3] " ravishankarkm
2016-03-09 10:35   ` Ian Abbott
2016-03-09 10:34 ` [PATCH 1/3] Staging: comedi: fix type " Ian Abbott
2016-03-09 15:33 ` Greg KH [this message]

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=20160309153310.GA25440@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=abbotti@mev.co.uk \
    --cc=hsweeten@visionengravers.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ravishankarkm32@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.