Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1491030

Re: [PATCH V2] staging: rtl8172: usb_intf.c: Fixed block comment coding style

From Larry Finger <Larry.Finger@lwfinger.net>
Newsgroups linux.kernel
Subject Re: [PATCH V2] staging: rtl8172: usb_intf.c: Fixed block comment coding style
Date 2016-09-26 03:00 +0200
Message-ID <slsqZ-5fe-3@gated-at.bofh.it> (permalink)
References <slqIx-4s2-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 09/25/2016 06:00 PM, Gonçalo Salazar wrote:
> Fixed a block comment indentation in the rtl8712 usb_intf.c file.
> Made this as a first commit.
> Resubmitted with updated subject.
>
> Please let me know of any feedback you have.

I missed this last time, but everything above the --- line goes into the 
permanent record. Are you sure you want all this to be there? Any chatty remarks 
and any description of what changed in subsequent submissions should be below 
the ---. The maintainer will see them, but they are stripped before they get 
merged into the repo.

Larry

>
> Thanks,
> Gonçalo Salazar
>
> Signed-off-by: Gonçalo Salazar <glbsalazar@gmail.com>
> ---
>  drivers/staging/rtl8712/usb_intf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8712/usb_intf.c b/drivers/staging/rtl8712/usb_intf.c
> index 3fc65b2..897d462 100644
> --- a/drivers/staging/rtl8712/usb_intf.c
> +++ b/drivers/staging/rtl8712/usb_intf.c
> @@ -369,7 +369,7 @@ static const struct device_type wlan_type = {
>   *
>   * notes: drv_init() is called when the bus driver has located a card for us
>   * to support. We accept the new device by returning 0.
> -*/
> + */
>  static int r871xu_drv_init(struct usb_interface *pusb_intf,
>  			   const struct usb_device_id *pdid)
>  {
>

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH V2] staging: rtl8172: usb_intf.c: Fixed block comment coding style Gonçalo Salazar <glbsalazar@gmail.com> - 2016-09-26 01:10 +0200
  Re: [PATCH V2] staging: rtl8172: usb_intf.c: Fixed block comment  coding style Larry Finger <Larry.Finger@lwfinger.net> - 2016-09-26 03:00 +0200
    Re: [PATCH V2] staging: rtl8172: usb_intf.c: Fixed block comment  coding style Gonçalo Salazar <glbsalazar@gmail.com> - 2016-09-26 13:30 +0200
      Re: [PATCH V2] staging: rtl8172: usb_intf.c: Fixed block comment  coding style Larry Finger <Larry.Finger@lwfinger.net> - 2016-09-26 20:20 +0200

csiph-web