Sebastian Andrzej Siewior <[email protected]> writes:
> MODULE_VERSION and AUTHOR looks better in composite.c than in
> usbstrings.c so I move it there.
> I put David Brownell as the module Author as I belive he wrote most of
> it.
>
> Signed-off-by: Sebastian Andrzej Siewior <[email protected]>

Acked-by: Michal Nazarewicz <[email protected]>

> ---
>  drivers/usb/gadget/composite.c |    3 +++
>  drivers/usb/gadget/usbstring.c |    1 -
>  2 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c
> index 8800c53..4d3eaa6 100644
> --- a/drivers/usb/gadget/composite.c
> +++ b/drivers/usb/gadget/composite.c
> @@ -1697,3 +1697,6 @@ void usb_composite_overwrite_options(struct 
> usb_composite_dev *cdev,
>       }
>  }
>  EXPORT_SYMBOL_GPL(usb_composite_overwrite_options);
> +
> +MODULE_LICENSE("GPL");
> +MODULE_AUTHOR("David Brownell");
> diff --git a/drivers/usb/gadget/usbstring.c b/drivers/usb/gadget/usbstring.c
> index 24e9bbd..1f49fce 100644
> --- a/drivers/usb/gadget/usbstring.c
> +++ b/drivers/usb/gadget/usbstring.c
> @@ -70,4 +70,3 @@ usb_gadget_get_string (struct usb_gadget_strings *table, 
> int id, u8 *buf)
>       return buf [0];
>  }
>  EXPORT_SYMBOL_GPL(usb_gadget_get_string);
> -MODULE_LICENSE("GPL");
> -- 
> 1.7.10.4
>

-- 
Best regards,                                         _     _
.o. | Liege of Serenely Enlightened Majesty of      o' \,=./ `o
..o | Computer Science,  Michał “mina86” Nazarewicz    (o o)
ooo +----<email/xmpp: [email protected]>--------------ooO--(_)--Ooo--

Attachment: pgpsTfgQICcxI.pgp
Description: PGP signature

Reply via email to