diff mbox series

[v2,3/3] i3c: master: Add module author

Message ID 2ea613df7d5d806737503fb842cdee329f2183f5.1547227861.git.pgaj@cadence.com (mailing list archive)
State Superseded
Headers show
Series Add the I3C mastership request | expand

Commit Message

Przemysław Gaj Jan. 11, 2019, 5:43 p.m. UTC
Signed-off-by: Przemyslaw Gaj <pgaj@cadence.com>
---
 drivers/i3c/master.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Boris Brezillon Jan. 15, 2019, 9:11 p.m. UTC | #1
On Fri, 11 Jan 2019 17:43:37 +0000
Przemyslaw Gaj <pgaj@cadence.com> wrote:

Please add a commit message, even a short one is better than none.

> Signed-off-by: Przemyslaw Gaj <pgaj@cadence.com>
> ---
>  drivers/i3c/master.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/i3c/master.c b/drivers/i3c/master.c
> index 320d905..72b1711 100644
> --- a/drivers/i3c/master.c
> +++ b/drivers/i3c/master.c
> @@ -3,6 +3,7 @@
>   * Copyright (C) 2018 Cadence Design Systems Inc.
>   *
>   * Author: Boris Brezillon <boris.brezillon@bootlin.com>
> + * Author: Przemyslaw Gaj <pgaj@cadence.com>
>   */
>  
>  #include <linux/atomic.h>
> @@ -2885,5 +2886,6 @@ static void __exit i3c_exit(void)
>  module_exit(i3c_exit);
>  
>  MODULE_AUTHOR("Boris Brezillon <boris.brezillon@bootlin.com>");
> +MODULE_AUTHOR("Przemyslaw Gaj <pgaj@cadence.com>");
>  MODULE_DESCRIPTION("I3C core");
>  MODULE_LICENSE("GPL v2");

You should probably add an entry for this driver in MAINTAINERS.
Boris Brezillon Jan. 15, 2019, 9:40 p.m. UTC | #2
On Tue, 15 Jan 2019 22:11:19 +0100
Boris Brezillon <bbrezillon@kernel.org> wrote:

> On Fri, 11 Jan 2019 17:43:37 +0000
> Przemyslaw Gaj <pgaj@cadence.com> wrote:
> 
> Please add a commit message, even a short one is better than none.
> 
> > Signed-off-by: Przemyslaw Gaj <pgaj@cadence.com>
> > ---
> >  drivers/i3c/master.c | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/drivers/i3c/master.c b/drivers/i3c/master.c
> > index 320d905..72b1711 100644
> > --- a/drivers/i3c/master.c
> > +++ b/drivers/i3c/master.c
> > @@ -3,6 +3,7 @@
> >   * Copyright (C) 2018 Cadence Design Systems Inc.
> >   *
> >   * Author: Boris Brezillon <boris.brezillon@bootlin.com>
> > + * Author: Przemyslaw Gaj <pgaj@cadence.com>
> >   */
> >  
> >  #include <linux/atomic.h>
> > @@ -2885,5 +2886,6 @@ static void __exit i3c_exit(void)
> >  module_exit(i3c_exit);
> >  
> >  MODULE_AUTHOR("Boris Brezillon <boris.brezillon@bootlin.com>");
> > +MODULE_AUTHOR("Przemyslaw Gaj <pgaj@cadence.com>");
> >  MODULE_DESCRIPTION("I3C core");
> >  MODULE_LICENSE("GPL v2");  
> 
> You should probably add an entry for this driver in MAINTAINERS.

Didn't notice you were updating a core file here, so please just add
your name+address to the existing I3C entry.
diff mbox series

Patch

diff --git a/drivers/i3c/master.c b/drivers/i3c/master.c
index 320d905..72b1711 100644
--- a/drivers/i3c/master.c
+++ b/drivers/i3c/master.c
@@ -3,6 +3,7 @@ 
  * Copyright (C) 2018 Cadence Design Systems Inc.
  *
  * Author: Boris Brezillon <boris.brezillon@bootlin.com>
+ * Author: Przemyslaw Gaj <pgaj@cadence.com>
  */
 
 #include <linux/atomic.h>
@@ -2885,5 +2886,6 @@  static void __exit i3c_exit(void)
 module_exit(i3c_exit);
 
 MODULE_AUTHOR("Boris Brezillon <boris.brezillon@bootlin.com>");
+MODULE_AUTHOR("Przemyslaw Gaj <pgaj@cadence.com>");
 MODULE_DESCRIPTION("I3C core");
 MODULE_LICENSE("GPL v2");