public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Oliver Neukum <oneukum@suse.com>
To: Sandhya Bankar <bankarsandhya512@gmail.com>
Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb: microtek: Use "foo *bar" instead of "foo * bar".
Date: Wed, 01 Jun 2016 14:49:11 +0200	[thread overview]
Message-ID: <1464785351.4051.9.camel@suse.com> (raw)
In-Reply-To: <20160601124804.GA3060@sandhya>

On Wed, 2016-06-01 at 08:48 -0400, Sandhya Bankar wrote:
> Use "foo *bar" instead of "foo * bar".
> 
> Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Acked-by: Oliver Neukum <oneukum@suse.com>
> ---
>  drivers/usb/image/microtek.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/usb/image/microtek.h b/drivers/usb/image/microtek.h
> index ccce318..7e32ae7 100644
> --- a/drivers/usb/image/microtek.h
> +++ b/drivers/usb/image/microtek.h
> @@ -13,11 +13,11 @@ typedef void (*mts_scsi_cmnd_callback)(struct scsi_cmnd *);
>  
>  struct mts_transfer_context
>  {
> -	struct mts_desc* instance;
> +	struct mts_desc *instance;
>  	mts_scsi_cmnd_callback final_callback;
>  	struct scsi_cmnd *srb;
>  	
> -	void* data;
> +	void *data;
>  	unsigned data_length;
>  	int data_pipe;
>  	int fragment;
> @@ -38,7 +38,7 @@ struct mts_desc {
>  	u8 ep_response;
>  	u8 ep_image;
>  
> -	struct Scsi_Host * host;
> +	struct Scsi_Host *host;
>  
>  	struct urb *urb;
>  	struct mts_transfer_context context;

      reply	other threads:[~2016-06-01 12:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-01 12:48 [PATCH] usb: microtek: Use "foo *bar" instead of "foo * bar" Sandhya Bankar
2016-06-01 12:49 ` Oliver Neukum [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=1464785351.4051.9.camel@suse.com \
    --to=oneukum@suse.com \
    --cc=bankarsandhya512@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@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