On Mon, Jul 17, 2017 at 04:17:10PM -0400, David Kershner wrote:
> From: Mark Foresta <mark.fore...@unisys.com>
> 
> Moved /* to own line at beginning of struct visor_vbus_deviceinfo to follow
> standard.
> 
> Signed-off-by: Mark Foresta <mark.fore...@unisys.com>
> Signed-off-by: David Kershner <david.kersh...@unisys.com>
> Reviewed-by: David Binder <david.bin...@unisys.com>
> ---
>  drivers/staging/unisys/visorbus/vbuschannel.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/unisys/visorbus/vbuschannel.h 
> b/drivers/staging/unisys/visorbus/vbuschannel.h
> index 2c820e2..f374e72 100644
> --- a/drivers/staging/unisys/visorbus/vbuschannel.h
> +++ b/drivers/staging/unisys/visorbus/vbuschannel.h
> @@ -45,7 +45,8 @@
>  
>  static const uuid_le visor_vbus_channel_uuid = VISOR_VBUS_CHANNEL_UUID;
>  
> -/* struct visor_vbus_deviceinfo
> +/*
> + * struct visor_vbus_deviceinfo

As this is kernel-doc format, the correct change should be:
  /**
   * struct visor_vbus_deviceinfo
right?

I'm dropping this.

thanks,

greg k-h
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to